#841966

Color #841966 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841966

Tints of Dark Purple #841966

Color information

#841966 (or 0x841966) is unknown color: approx Dark Purple. HEX triplet: 84, 19 and 66. RGB value is (132,25,102). Sum of RGB (Red+Green+Blue) = 132+25+102=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #841966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841966 is #7BE699. Grayscale: #414141. Windows color (decimal): -8119962 or 6691204. OLE color: 6691204.

HSL color Cylindrical-coordinate representation of color #841966: hue angle of 316.82º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841966 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13225102-
CMYK00.810.230.48
HSL316.82º68.15%30.78%-
HSV(B)316.82º81.06%51.76%-
XYZ12.266.5613.19-
YUV65.77148.45175.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=50.97%
G=9.65%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322510200.810.230.48316.8268.1530.78
Hex841966051173013d441f
Octal204311460121276047510437
Binary100001001100111001100101000110111110000100111101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841966; }

 p { color: rgb(132,25,102); }

 H1.HeaderClassName
 {
   color: #841966;
 }
 .AnyTagClassName
 {
   color: #841966;
 }
</style>
background-color css

<style>
 a { background-color: #841966; }

 a { background-color: rgb(132,25,102); }

 div.DivClassName
 {
   background-color: #841966;
 }
 .BgClassName
 {
   background-color: #841966;
 }
</style>
border-color css

<style>
 span { border-color: #841966; }

 span { border-color: rgb(132,25,102); }

 td.TdClassName
 {
   border-color: #841966;
 }
 .TagClassName
 {
   border-color: #841966;
 }
</style>