Html Css Color HEX #87396E Dark Purple

📋 copy color: '#87396E'

red 135 ◦ green 57 ◦ blue 110

#87396E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #87396E

Tints of Dark Purple #87396E

RGB

 RED value IS 135 (53.13% from 255) = 44.7%

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 44.7%
G = 18.87%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87396E (or 0x87396E) is known color: Dark Purple. HEX triplet: 87, 39 and 6E. RGB value is (135,57,110). Sum of RGB (Red+Green+Blue) = 135+57+110=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #87396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87396E is #78C691. Grayscale: #565656. Windows color (decimal): -7915154 or 7223687. OLE color: 7223687.

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

Color convert

RGB 135 57 110 -
CMYK 0 0.58 0.19 0.47
HSL 319.23º 0.41% 0.38% -
HSV(B) 319.23º 0.58% 0.53% -
XYZ 14.27 9.2 15.78 -
YUV 86.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 135 57 110 0 0.58 0.19 0.47 319.23 0.41 0.38
Hex 87 39 6E 0 3A 13 2F 13F 29 26
Octal 207 71 156 0 72 23 57 477 51 46
Binary 10000111 111001 1101110 0 111010 10011 101111 100111111 101001 100110

Color Harmonies of #87396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87396E

Black with #87396E

Text Example


Text Example

White with #87396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87396E;
 }
 .AnyTagClassName
 {
   color: #87396E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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