#86117D

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

Shades of Dark Purple #86117D

Tints of Dark Purple #86117D

Color information

#86117D (or 0x86117D) is unknown color: approx Dark Purple. HEX triplet: 86, 11 and 7D. RGB value is (134,17,125). Sum of RGB (Red+Green+Blue) = 134+17+125=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117D is #79EE82. Grayscale: #3F3F3F. Windows color (decimal): -7990915 or 8196486. OLE color: 8196486.

HSL color Cylindrical-coordinate representation of color #86117D: hue angle of 304.62º 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 #86117D is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13417125-
CMYK00.870.070.47
HSL304.62º77.48%29.61%-
HSV(B)304.62º87.31%52.55%-
XYZ13.736.9520.02-
YUV64.29162.26177.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=48.55%
G=6.16%
B=45.29%

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
Decimal1341712500.870.070.47304.6277.4829.61
Hex86117D05772F1314d1e
Octal20621175012775746111536
Binary1000011010001111110101010111111101111100110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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