#86157C

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

Shades of Dark Purple #86157C

Tints of Dark Purple #86157C

Color information

#86157C (or 0x86157C) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 7C. RGB value is (134,21,124). Sum of RGB (Red+Green+Blue) = 134+21+124=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86157C is #79EA83. Grayscale: #424242. Windows color (decimal): -7989892 or 8131974. OLE color: 8131974.

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

Color convert

RGB13421124-
CMYK00.840.070.47
HSL305.31º72.9%30.39%-
HSV(B)305.31º84.33%52.55%-
XYZ13.747.0619.71-
YUV66.53160.44176.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=48.03%
G=7.53%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342112400.840.070.47305.3172.930.39
Hex86157C05472F131491e
Octal20625174012475746111136
Binary1000011010101111110001010100111101111100110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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