#86387C

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

Shades of Dark Purple #86387C

Tints of Dark Purple #86387C

Color information

#86387C (or 0x86387C) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 7C. RGB value is (134,56,124). Sum of RGB (Red+Green+Blue) = 134+56+124=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86387C is #79C783. Grayscale: #565656. Windows color (decimal): -7980932 or 8140934. OLE color: 8140934.

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

Color convert

RGB13456124-
CMYK00.580.070.47
HSL307.69º41.05%37.25%-
HSV(B)307.69º58.21%52.55%-
XYZ14.889.3520.09-
YUV87.07148.84161.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=42.68%
G=17.83%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345612400.580.070.47307.6941.0537.25
Hex86387C03A72F1342925
Octal206701740727574645145
Binary1000011011100011111000111010111101111100110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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