Html Css Color HEX #87136D Dark Purple

📋 copy color: '#87136D'

red 135 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #87136D

Tints of Dark Purple #87136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 51.33%
G = 7.22%
B = 41.44%

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

#87136D (or 0x87136D) is known color: Dark Purple. HEX triplet: 87, 13 and 6D. RGB value is (135,19,109). Sum of RGB (Red+Green+Blue) = 135+19+109=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87136D is #78EC92. Grayscale: #3F3F3F. Windows color (decimal): -7924883 or 7148423. OLE color: 7148423.

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

Color convert

RGB 135 19 109 -
CMYK 0 0.86 0.19 0.47
HSL 313.45º 0.75% 0.3% -
HSV(B) 313.45º 0.86% 0.53% -
XYZ 12.98 6.72 15.08 -
YUV 63.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 135 19 109 0 0.86 0.19 0.47 313.45 0.75 0.3
Hex 87 13 6D 0 56 13 2F 139 4B 1E
Octal 207 23 155 0 126 23 57 471 113 36
Binary 10000111 10011 1101101 0 1010110 10011 101111 100111001 1001011 11110

Color Harmonies of #87136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87136D

Black with #87136D

Text Example


Text Example

White with #87136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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