Html Css Color HEX #87156D Dark Purple

📋 copy color: '#87156D'

red 135 ◦ green 21 ◦ blue 109

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

Shades of Dark Purple #87156D

Tints of Dark Purple #87156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 50.94%
G = 7.92%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87156D (or 0x87156D) is known color: Dark Purple. HEX triplet: 87, 15 and 6D. RGB value is (135,21,109). Sum of RGB (Red+Green+Blue) = 135+21+109=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87156D is #78EA92. Grayscale: #404040. Windows color (decimal): -7924371 or 7148935. OLE color: 7148935.

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

Color convert

RGB 135 21 109 -
CMYK 0 0.84 0.19 0.47
HSL 313.68º 0.73% 0.31% -
HSV(B) 313.68º 0.84% 0.53% -
XYZ 13.02 6.79 15.09 -
YUV 65.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 135 21 109 0 0.84 0.19 0.47 313.68 0.73 0.31
Hex 87 15 6D 0 54 13 2F 13A 49 1F
Octal 207 25 155 0 124 23 57 472 111 37
Binary 10000111 10101 1101101 0 1010100 10011 101111 100111010 1001001 11111

Color Harmonies of #87156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87156D

Black with #87156D

Text Example


Text Example

White with #87156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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