Html Css Color HEX #87019B Dark Magenta

📋 copy color: '#87019B'

red 135 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #87019B

Tints of Dark Magenta #87019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 46.39%
G = 0.34%
B = 53.26%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87019B (or 0x87019B) is known color: Dark Magenta. HEX triplet: 87, 01 and 9B. RGB value is (135,1,155). Sum of RGB (Red+Green+Blue) = 135+1+155=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #87019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87019B is #78FE64. Grayscale: #3A3A3A. Windows color (decimal): -7929445 or 10158471. OLE color: 10158471.

HSL color Cylindrical-coordinate representation of color #87019B: hue angle of 292.21º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87019B is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 1 155 -
CMYK 0.13 0.99 0 0.39
HSL 292.21º 0.99% 0.31% -
HSV(B) 292.21º 0.99% 0.61% -
XYZ 15.92 7.54 31.63 -
YUV 58.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 135 1 155 0.13 0.99 0 0.39 292.21 0.99 0.31
Hex 87 1 9B D 63 0 27 124 63 1F
Octal 207 1 233 15 143 0 47 444 143 37
Binary 10000111 1 10011011 1101 1100011 0 100111 100100100 1100011 11111

Color Harmonies of #87019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87019B

Black with #87019B

Text Example


Text Example

White with #87019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87019B; }

 p { color: rgb(135,1,155); }

 H1.HeaderClassName
 {
   color: #87019B;
 }
 .AnyTagClassName
 {
   color: #87019B;
 }
</style>

background-color css

<style>
 a { background-color: #87019B; }

 a { background-color: rgb(135,1,155); }

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

border-color css

<style>
 span { border-color: #87019B; }

 span { border-color: rgb(135,1,155); }

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