Html Css Color HEX #87156C Dark Purple

📋 copy color: '#87156C'

red 135 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #87156C

Tints of Dark Purple #87156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.91%

R = 51.14%
G = 7.95%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87156C (or 0x87156C) is known color: Dark Purple. HEX triplet: 87, 15 and 6C. RGB value is (135,21,108). Sum of RGB (Red+Green+Blue) = 135+21+108=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87156C is #78EA93. Grayscale: #404040. Windows color (decimal): -7924372 or 7083399. OLE color: 7083399.

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

Color convert

RGB 135 21 108 -
CMYK 0 0.84 0.2 0.47
HSL 314.21º 0.73% 0.31% -
HSV(B) 314.21º 0.84% 0.53% -
XYZ 12.97 6.77 14.81 -
YUV 65 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 135 21 108 0 0.84 0.2 0.47 314.21 0.73 0.31
Hex 87 15 6C 0 54 14 2F 13A 49 1F
Octal 207 25 154 0 124 24 57 472 111 37
Binary 10000111 10101 1101100 0 1010100 10100 101111 100111010 1001001 11111

Color Harmonies of #87156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87156C

Black with #87156C

Text Example


Text Example

White with #87156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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