#86186C

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

Shades of Dark Purple #86186C

Tints of Dark Purple #86186C

Color information

#86186C (or 0x86186C) is unknown color: approx Dark Purple. HEX triplet: 86, 18 and 6C. RGB value is (134,24,108). Sum of RGB (Red+Green+Blue) = 134+24+108=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86186C is #79E793. Grayscale: #424242. Windows color (decimal): -7989140 or 7084166. OLE color: 7084166.

HSL color Cylindrical-coordinate representation of color #86186C: hue angle of 314.18º 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 #86186C is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13424108-
CMYK00.820.190.47
HSL314.18º69.62%30.98%-
HSV(B)314.18º82.09%52.55%-
XYZ12.866.814.82-
YUV66.47151.44176.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=50.38%
G=9.02%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342410800.820.190.47314.1869.6230.98
Hex86186C052132F13a461f
Octal206301540122235747210637
Binary100001101100011011000101001010011101111100111010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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