COLOR #420965

HEX: #420965
RGB: (66,9,101)

Color info

#420965 contains mainly red and blue colors. Web safe color of #420965 is #330066 (or #306).

RGB color model

#420965 color RGB value is (66,9,101).

  • red value is 66;
  • green value is 9;
  • blue value is 101.
RGB:
(66,9,101)
(26%,4%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 9 of 255 = 4%
B 101 of 255 = 40%

66
9
101

R + G + B ~ 23%. #420965 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 9 + 101 = 176 (100%)
R 66 of 176 ~ 37.5%
G 9 of 176 ~ 5.11%
B 101 of 176 ~ 57.39%

%37.5
%57.39

CMYK color model

#420965 color CMYK value is (35,91,0,60).

  • cyan value is 34.65%
  • magenta value is 91.09%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,91,0,60)
C35M91Y0K60 
(35%,91%,0%,60%)
(0.35/0.91/0.00/0.60)	

CMYK percentages

%34.65
%91.09
%0
%60.39

Codes

Color #420965 in popluar color models

420965
RGB669101
HSL277°83.64%21.57%
HSB/HSV277°91.09%39.61%
CMYK34.65%91.09%0.00%
60.39%

Color #420965 in popluar number systems.

HEX420965
Decimal669101
Binary100001010011100101
Octal10211145

Shades and tints

Shades of #420965

#420965
(66,9,101)
#3C095C
(60,9,92)
#360953
(54,9,83)
#30094A
(48,9,74)
#2A0941
(42,9,65)
#240938
(36,9,56)
#1E092F
(30,9,47)
#180926
(24,9,38)
#12091D
(18,9,29)
#0C0914
(12,9,20)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #420965

#420965
(66,9,101)
#531F73
(83,31,115)
#643581
(100,53,129)
#754B8F
(117,75,143)
#86619D
(134,97,157)
#9777AB
(151,119,171)
#A88DB9
(168,141,185)
#B9A3C7
(185,163,199)
#CAB9D5
(202,185,213)
#DBCFE3
(219,207,227)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420965 color. Also use rgb(66,9,101) instead hex code.

Text Font Color

.myTextColor { color: #420965; }

<p style="color:#420965">This sample text font color is #420965.</p>

This text font color is #420965.


Background Color

.myBgColor { background-color: #420965; }

<div style="background-color:#420965">Inner text</div>

This div background color is #420965.


Border color

.myBorderColor { border: 1px solid #420965; }

<div style="border:3px solid #420965">Div</div>

This div border color is #420965.


Opacity

.myOpacity80 { color: #420965; opacity: 0.8; }

<p style="color:#420965;opacity:0.8;">80%</p>

Text with #420965 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #420965;}

<p style="text-shadow: 3px 3px 1px #420965">Text here.</p>

This text has shadow with #420965 color.

.textShadow {text-shadow: 3px 3px 1px #420965, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #420965, 5px 5px 20px red">Text here.</p>

This text has shadow with #420965 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#420965, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#420965, Direction=45, Strength=4)">Text</p>

This text has shadow with #420965 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #420965;
  -webkit-box-shadow:	1px 1px 3px 2px #420965;
  box-shadow:		1px 1px 3px 2px #420965;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #420965;
-webkit-box-shadow: 1px 1px 3px 2px #420965;
box-shadow:1px 1px 3px 2px #420965;">
Div content here</div>
This div box has shadow with color #420965.

Preview

Color preview on black background

This text has color #420965 on black background.


Color preview on white background

This text has color #420965 on white background.



Black color preview on #420965 background

This text has black color on #420965 background.


White color preview on #420965 background

This text has white color on #420965 background.