Html Css Color HEX #87137B Dark Purple

📋 copy color: '#87137B'

red 135 ◦ green 19 ◦ blue 123

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

Shades of Dark Purple #87137B

Tints of Dark Purple #87137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 48.74%
G = 6.86%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87137B (or 0x87137B) is known color: Dark Purple. HEX triplet: 87, 13 and 7B. RGB value is (135,19,123). Sum of RGB (Red+Green+Blue) = 135+19+123=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87137B is #78EC84. Grayscale: #414141. Windows color (decimal): -7924869 or 8065927. OLE color: 8065927.

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

Color convert

RGB 135 19 123 -
CMYK 0 0.86 0.09 0.47
HSL 306.21º 0.75% 0.3% -
HSV(B) 306.21º 0.86% 0.53% -
XYZ 13.8 7.05 19.37 -
YUV 65.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 135 19 123 0 0.86 0.09 0.47 306.21 0.75 0.3
Hex 87 13 7B 0 56 9 2F 132 4B 1E
Octal 207 23 173 0 126 11 57 462 113 36
Binary 10000111 10011 1111011 0 1010110 1001 101111 100110010 1001011 11110

Color Harmonies of #87137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87137B

Black with #87137B

Text Example


Text Example

White with #87137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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