Html Css Color HEX #87157D Dark Purple

📋 copy color: '#87157D'

red 135 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #87157D

Tints of Dark Purple #87157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

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

R = 48.04%
G = 7.47%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87157D (or 0x87157D) is known color: Dark Purple. HEX triplet: 87, 15 and 7D. RGB value is (135,21,125). Sum of RGB (Red+Green+Blue) = 135+21+125=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87157D is #78EA82. Grayscale: #424242. Windows color (decimal): -7924355 or 8197511. OLE color: 8197511.

HSL color Cylindrical-coordinate representation of color #87157D: hue angle of 305.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87157D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 125 -
CMYK 0 0.84 0.07 0.47
HSL 305.26º 0.73% 0.31% -
HSV(B) 305.26º 0.84% 0.53% -
XYZ 13.96 7.17 20.05 -
YUV 66.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 135 21 125 0 0.84 0.07 0.47 305.26 0.73 0.31
Hex 87 15 7D 0 54 7 2F 131 49 1F
Octal 207 25 175 0 124 7 57 461 111 37
Binary 10000111 10101 1111101 0 1010100 111 101111 100110001 1001001 11111

Color Harmonies of #87157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87157D

Black with #87157D

Text Example


Text Example

White with #87157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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