Html Css Color HEX #87156F Dark Purple

📋 copy color: '#87156F'

red 135 ◦ green 21 ◦ blue 111

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

Shades of Dark Purple #87156F

Tints of Dark Purple #87156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 50.56%
G = 7.87%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87156F (or 0x87156F) is known color: Dark Purple. HEX triplet: 87, 15 and 6F. RGB value is (135,21,111). Sum of RGB (Red+Green+Blue) = 135+21+111=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87156F is #78EA90. Grayscale: #414141. Windows color (decimal): -7924369 or 7280007. OLE color: 7280007.

HSL color Cylindrical-coordinate representation of color #87156F: hue angle of 312.63º 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 #87156F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 111 -
CMYK 0 0.84 0.18 0.47
HSL 312.63º 0.73% 0.31% -
HSV(B) 312.63º 0.84% 0.53% -
XYZ 13.13 6.83 15.67 -
YUV 65.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 135 21 111 0 0.84 0.18 0.47 312.63 0.73 0.31
Hex 87 15 6F 0 54 12 2F 139 49 1F
Octal 207 25 157 0 124 22 57 471 111 37
Binary 10000111 10101 1101111 0 1010100 10010 101111 100111001 1001001 11111

Color Harmonies of #87156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87156F

Black with #87156F

Text Example


Text Example

White with #87156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87156F; }

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

 H1.HeaderClassName
 {
   color: #87156F;
 }
 .AnyTagClassName
 {
   color: #87156F;
 }
</style>

background-color css

<style>
 a { background-color: #87156F; }

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

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

border-color css

<style>
 span { border-color: #87156F; }

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

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