#841866

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

Shades of Dark Purple #841866

Tints of Dark Purple #841866

Color information

#841866 (or 0x841866) is unknown color: approx Dark Purple. HEX triplet: 84, 18 and 66. RGB value is (132,24,102). Sum of RGB (Red+Green+Blue) = 132+24+102=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841866 is #7BE799. Grayscale: #404040. Windows color (decimal): -8120218 or 6690948. OLE color: 6690948.

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

Color convert

RGB13224102-
CMYK00.820.230.48
HSL316.67º69.23%30.59%-
HSV(B)316.67º81.82%51.76%-
XYZ12.246.5213.18-
YUV65.18148.78175.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=51.16%
G=9.30%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322410200.820.230.48316.6769.2330.59
Hex841866052173013d451f
Octal204301460122276047510537
Binary100001001100011001100101001010111110000100111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841866; }

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

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

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

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

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

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

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

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