#86137C

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

Shades of Dark Purple #86137C

Tints of Dark Purple #86137C

Color information

#86137C (or 0x86137C) is unknown color: approx Dark Purple. HEX triplet: 86, 13 and 7C. RGB value is (134,19,124). Sum of RGB (Red+Green+Blue) = 134+19+124=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137C is #79EC83. Grayscale: #414141. Windows color (decimal): -7990404 or 8131462. OLE color: 8131462.

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

Color convert

RGB13419124-
CMYK00.860.070.47
HSL305.22º75.16%30%-
HSV(B)305.22º85.82%52.55%-
XYZ13.76.9919.7-
YUV65.35161.1176.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=48.38%
G=6.86%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341912400.860.070.47305.2275.1630
Hex86137C05672F1314b1e
Octal20623174012675746111336
Binary1000011010011111110001010110111101111100110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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