Html Css Color HEX #87137D Dark Purple

📋 copy color: '#87137D'

red 135 ◦ green 19 ◦ blue 125

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

Shades of Dark Purple #87137D

Tints of Dark Purple #87137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 48.39%
G = 6.81%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87137D (or 0x87137D) is known color: Dark Purple. HEX triplet: 87, 13 and 7D. RGB value is (135,19,125). Sum of RGB (Red+Green+Blue) = 135+19+125=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87137D is #78EC82. Grayscale: #414141. Windows color (decimal): -7924867 or 8196999. OLE color: 8196999.

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

Color convert

RGB 135 19 125 -
CMYK 0 0.86 0.07 0.47
HSL 305.17º 0.75% 0.3% -
HSV(B) 305.17º 0.86% 0.53% -
XYZ 13.93 7.1 20.04 -
YUV 65.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 135 19 125 0 0.86 0.07 0.47 305.17 0.75 0.3
Hex 87 13 7D 0 56 7 2F 131 4B 1E
Octal 207 23 175 0 126 7 57 461 113 36
Binary 10000111 10011 1111101 0 1010110 111 101111 100110001 1001011 11110

Color Harmonies of #87137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87137D

Black with #87137D

Text Example


Text Example

White with #87137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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