#87396D

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

Shades of Dark Purple #87396D

Tints of Dark Purple #87396D

Color information

#87396D (or 0x87396D) is unknown color: approx Dark Purple. HEX triplet: 87, 39 and 6D. RGB value is (135,57,109). Sum of RGB (Red+Green+Blue) = 135+57+109=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87396D is #78C692. Grayscale: #565656. Windows color (decimal): -7915155 or 7158151. OLE color: 7158151.

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

Color convert

RGB13557109-
CMYK00.580.190.47
HSL320º40.63%37.65%-
HSV(B)320º57.78%52.94%-
XYZ14.229.1815.49-
YUV86.25140.84162.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=44.85%
G=18.94%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355710900.580.190.4732040.6337.65
Hex87396D03A132F1402926
Octal2077115507223575005146
Binary100001111110011101101011101010011101111101000000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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