#86186E

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

Shades of Dark Purple #86186E

Tints of Dark Purple #86186E

Color information

#86186E (or 0x86186E) is unknown color: approx Dark Purple. HEX triplet: 86, 18 and 6E. RGB value is (134,24,110). Sum of RGB (Red+Green+Blue) = 134+24+110=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86186E is #79E791. Grayscale: #424242. Windows color (decimal): -7989138 or 7215238. OLE color: 7215238.

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

Color convert

RGB13424110-
CMYK00.820.180.47
HSL313.09º69.62%30.98%-
HSV(B)313.09º82.09%52.55%-
XYZ12.976.8515.39-
YUV66.69152.44176.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=50%
G=8.96%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342411000.820.180.47313.0969.6230.98
Hex86186E052122F139461f
Octal206301560122225747110637
Binary100001101100011011100101001010010101111100111001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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