Html Css Color HEX #87188C Dark Magenta

📋 copy color: '#87188C'

red 135 ◦ green 24 ◦ blue 140

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

Shades of Dark Magenta #87188C

Tints of Dark Magenta #87188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 45.15%
G = 8.03%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87188C (or 0x87188C) is known color: Dark Magenta. HEX triplet: 87, 18 and 8C. RGB value is (135,24,140). Sum of RGB (Red+Green+Blue) = 135+24+140=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #87188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87188C is #78E773. Grayscale: #464646. Windows color (decimal): -7923572 or 9181319. OLE color: 9181319.

HSL color Cylindrical-coordinate representation of color #87188C: hue angle of 297.41º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87188C is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 24 140 -
CMYK 0.04 0.83 0 0.45
HSL 297.41º 0.71% 0.32% -
HSV(B) 297.41º 0.83% 0.55% -
XYZ 15.05 7.7 25.5 -
YUV 70.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 135 24 140 0.04 0.83 0 0.45 297.41 0.71 0.32
Hex 87 18 8C 4 53 0 2D 129 47 20
Octal 207 30 214 4 123 0 55 451 107 40
Binary 10000111 11000 10001100 100 1010011 0 101101 100101001 1000111 100000

Color Harmonies of #87188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87188C

Black with #87188C

Text Example


Text Example

White with #87188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,24,140); }

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

background-color css

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

 a { background-color: rgb(135,24,140); }

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

border-color css

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

 span { border-color: rgb(135,24,140); }

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