#87386C

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

Shades of Dark Purple #87386C

Tints of Dark Purple #87386C

Color information

#87386C (or 0x87386C) is unknown color: approx Dark Purple. HEX triplet: 87, 38 and 6C. RGB value is (135,56,108). Sum of RGB (Red+Green+Blue) = 135+56+108=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87386C is #78C793. Grayscale: #555555. Windows color (decimal): -7915412 or 7092359. OLE color: 7092359.

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

Color convert

RGB13556108-
CMYK00.590.20.47
HSL320.51º41.36%37.45%-
HSV(B)320.51º58.52%52.94%-
XYZ14.119.0615.19-
YUV85.55140.67163.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=45.15%
G=18.73%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355610800.590.20.47320.5141.3637.45
Hex87386C03B142F1412925
Octal2077015407324575015145
Binary100001111110001101100011101110100101111101000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,56,108); }

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

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

 a { background-color: rgb(135,56,108); }

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

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

 span { border-color: rgb(135,56,108); }

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