Html Css Color HEX #87196D Dark Purple

📋 copy color: '#87196D'

red 135 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #87196D

Tints of Dark Purple #87196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 50.19%
G = 9.29%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87196D (or 0x87196D) is known color: Dark Purple. HEX triplet: 87, 19 and 6D. RGB value is (135,25,109). Sum of RGB (Red+Green+Blue) = 135+25+109=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87196D is #78E692. Grayscale: #434343. Windows color (decimal): -7923347 or 7149959. OLE color: 7149959.

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

Color convert

RGB 135 25 109 -
CMYK 0 0.81 0.19 0.47
HSL 314.18º 0.69% 0.31% -
HSV(B) 314.18º 0.81% 0.53% -
XYZ 13.1 6.95 15.12 -
YUV 67.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 135 25 109 0 0.81 0.19 0.47 314.18 0.69 0.31
Hex 87 19 6D 0 51 13 2F 13A 45 1F
Octal 207 31 155 0 121 23 57 472 105 37
Binary 10000111 11001 1101101 0 1010001 10011 101111 100111010 1000101 11111

Color Harmonies of #87196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87196D

Black with #87196D

Text Example


Text Example

White with #87196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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