#861866

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

Shades of Dark Purple #861866

Tints of Dark Purple #861866

Color information

#861866 (or 0x861866) is unknown color: approx Dark Purple. HEX triplet: 86, 18 and 66. RGB value is (134,24,102). Sum of RGB (Red+Green+Blue) = 134+24+102=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #861866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861866 is #79E799. Grayscale: #414141. Windows color (decimal): -7989146 or 6690950. OLE color: 6690950.

HSL color Cylindrical-coordinate representation of color #861866: hue angle of 317.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861866 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13424102-
CMYK00.820.240.47
HSL317.45º69.62%30.98%-
HSV(B)317.45º82.09%52.55%-
XYZ12.566.6813.2-
YUV65.78148.44176.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=51.54%
G=9.23%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342410200.820.240.47317.4569.6230.98
Hex861866052182F13d461f
Octal206301460122305747510637
Binary100001101100011001100101001011000101111100111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861866; }

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

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

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

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

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

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

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

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