Html Css Color HEX #87197E Dark Purple

📋 copy color: '#87197E'

red 135 ◦ green 25 ◦ blue 126

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

Shades of Dark Purple #87197E

Tints of Dark Purple #87197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 47.2%
G = 8.74%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87197E (or 0x87197E) is known color: Dark Purple. HEX triplet: 87, 19 and 7E. RGB value is (135,25,126). Sum of RGB (Red+Green+Blue) = 135+25+126=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #87197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87197E is #78E681. Grayscale: #454545. Windows color (decimal): -7923330 or 8264071. OLE color: 8264071.

HSL color Cylindrical-coordinate representation of color #87197E: hue angle of 304.91º 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 #87197E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 126 -
CMYK 0 0.81 0.07 0.47
HSL 304.91º 0.69% 0.31% -
HSV(B) 304.91º 0.81% 0.53% -
XYZ 14.11 7.35 20.41 -
YUV 69.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 135 25 126 0 0.81 0.07 0.47 304.91 0.69 0.31
Hex 87 19 7E 0 51 7 2F 131 45 1F
Octal 207 31 176 0 121 7 57 461 105 37
Binary 10000111 11001 1111110 0 1010001 111 101111 100110001 1000101 11111

Color Harmonies of #87197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87197E

Black with #87197E

Text Example


Text Example

White with #87197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87197E; }

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

 H1.HeaderClassName
 {
   color: #87197E;
 }
 .AnyTagClassName
 {
   color: #87197E;
 }
</style>

background-color css

<style>
 a { background-color: #87197E; }

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

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

border-color css

<style>
 span { border-color: #87197E; }

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

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