Html Css Color HEX #87136E Dark Purple

📋 copy color: '#87136E'

red 135 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #87136E

Tints of Dark Purple #87136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 51.14%
G = 7.2%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87136E (or 0x87136E) is known color: Dark Purple. HEX triplet: 87, 13 and 6E. RGB value is (135,19,110). Sum of RGB (Red+Green+Blue) = 135+19+110=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87136E is #78EC91. Grayscale: #3F3F3F. Windows color (decimal): -7924882 or 7213959. OLE color: 7213959.

HSL color Cylindrical-coordinate representation of color #87136E: hue angle of 312.93º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87136E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 110 -
CMYK 0 0.86 0.19 0.47
HSL 312.93º 0.75% 0.3% -
HSV(B) 312.93º 0.86% 0.53% -
XYZ 13.04 6.74 15.37 -
YUV 64.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 135 19 110 0 0.86 0.19 0.47 312.93 0.75 0.3
Hex 87 13 6E 0 56 13 2F 139 4B 1E
Octal 207 23 156 0 126 23 57 471 113 36
Binary 10000111 10011 1101110 0 1010110 10011 101111 100111001 1001011 11110

Color Harmonies of #87136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87136E

Black with #87136E

Text Example


Text Example

White with #87136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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