#861889

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

Shades of Dark Purple #861889

Tints of Dark Purple #861889

Color information

#861889 (or 0x861889) is unknown color: approx Dark Purple. HEX triplet: 86, 18 and 89. RGB value is (134,24,137). Sum of RGB (Red+Green+Blue) = 134+24+137=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #861889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861889 is #79E776. Grayscale: #454545. Windows color (decimal): -7989111 or 8984710. OLE color: 8984710.

HSL color Cylindrical-coordinate representation of color #861889: hue angle of 298.41º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861889 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13424137-
CMYK0.020.8200.46
HSL298.41º70.19%31.57%-
HSV(B)298.41º82.48%53.73%-
XYZ14.677.5324.35-
YUV69.77165.94173.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=45.42%
G=8.14%
B=46.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134241370.020.8200.46298.4170.1931.57
Hex86188925202E12a4620
Octal20630211212205645210640
Binary10000110110001000100110101001001011101001010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861889; }

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

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

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

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

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

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

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

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