#86157E

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

Shades of Dark Purple #86157E

Tints of Dark Purple #86157E

Color information

#86157E (or 0x86157E) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 7E. RGB value is (134,21,126). Sum of RGB (Red+Green+Blue) = 134+21+126=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86157E is #79EA81. Grayscale: #424242. Windows color (decimal): -7989890 or 8263046. OLE color: 8263046.

HSL color Cylindrical-coordinate representation of color #86157E: hue angle of 304.25º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86157E is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13421126-
CMYK00.840.060.47
HSL304.25º72.9%30.39%-
HSV(B)304.25º84.33%52.55%-
XYZ13.877.1120.38-
YUV66.76161.44175.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=47.69%
G=7.47%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342112600.840.060.47304.2572.930.39
Hex86157E05462F130491e
Octal20625176012465746011136
Binary1000011010101111111001010100110101111100110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,21,126); }

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

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

 a { background-color: rgb(134,21,126); }

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

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

 span { border-color: rgb(134,21,126); }

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