#86117C

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

Shades of Dark Purple #86117C

Tints of Dark Purple #86117C

Color information

#86117C (or 0x86117C) is unknown color: approx Dark Purple. HEX triplet: 86, 11 and 7C. RGB value is (134,17,124). Sum of RGB (Red+Green+Blue) = 134+17+124=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117C is #79EE83. Grayscale: #3F3F3F. Windows color (decimal): -7990916 or 8130950. OLE color: 8130950.

HSL color Cylindrical-coordinate representation of color #86117C: hue angle of 305.13º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86117C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13417124-
CMYK00.870.070.47
HSL305.13º77.48%29.61%-
HSV(B)305.13º87.31%52.55%-
XYZ13.676.9219.68-
YUV64.18161.76177.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=48.73%
G=6.18%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341712400.870.070.47305.1377.4829.61
Hex86117C05772F1314d1e
Octal20621174012775746111536
Binary1000011010001111110001010111111101111100110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86117C; }

 p { color: rgb(134,17,124); }

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

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

 a { background-color: rgb(134,17,124); }

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

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

 span { border-color: rgb(134,17,124); }

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