#87386D

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

Shades of Dark Purple #87386D

Tints of Dark Purple #87386D

Color information

#87386D (or 0x87386D) is unknown color: approx Dark Purple. HEX triplet: 87, 38 and 6D. RGB value is (135,56,109). Sum of RGB (Red+Green+Blue) = 135+56+109=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87386D is #78C792. Grayscale: #555555. Windows color (decimal): -7915411 or 7157895. OLE color: 7157895.

HSL color Cylindrical-coordinate representation of color #87386D: hue angle of 319.75º 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 #87386D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13556109-
CMYK00.590.190.47
HSL319.75º41.36%37.45%-
HSV(B)319.75º58.52%52.94%-
XYZ14.179.0815.47-
YUV85.66141.17163.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=45%
G=18.67%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355610900.590.190.47319.7541.3637.45
Hex87386D03B132F1402925
Octal2077015507323575005145
Binary100001111110001101101011101110011101111101000000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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