Html Css Color HEX #87136A Dark Purple

📋 copy color: '#87136A'

red 135 ◦ green 19 ◦ blue 106

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

Shades of Dark Purple #87136A

Tints of Dark Purple #87136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 51.92%
G = 7.31%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87136A (or 0x87136A) is known color: Dark Purple. HEX triplet: 87, 13 and 6A. RGB value is (135,19,106). Sum of RGB (Red+Green+Blue) = 135+19+106=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87136A is #78EC95. Grayscale: #3F3F3F. Windows color (decimal): -7924886 or 6951815. OLE color: 6951815.

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

Color convert

RGB 135 19 106 -
CMYK 0 0.86 0.21 0.47
HSL 315º 0.75% 0.3% -
HSV(B) 315º 0.86% 0.53% -
XYZ 12.83 6.66 14.24 -
YUV 63.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 135 19 106 0 0.86 0.21 0.47 315 0.75 0.3
Hex 87 13 6A 0 56 15 2F 13B 4B 1E
Octal 207 23 152 0 126 25 57 473 113 36
Binary 10000111 10011 1101010 0 1010110 10101 101111 100111011 1001011 11110

Color Harmonies of #87136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87136A

Black with #87136A

Text Example


Text Example

White with #87136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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