Html Css Color HEX #870890 Dark Magenta

📋 copy color: '#870890'

red 135 ◦ green 8 ◦ blue 144

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

Shades of Dark Magenta #870890

Tints of Dark Magenta #870890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

 BLUE value IS 144 (56.64% from 255) = 50.17%

R = 47.04%
G = 2.79%
B = 50.17%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#870890 (or 0x870890) is known color: Dark Magenta. HEX triplet: 87, 08 and 90. RGB value is (135,8,144). Sum of RGB (Red+Green+Blue) = 135+8+144=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #870890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870890 is #78F76F. Grayscale: #3D3D3D. Windows color (decimal): -7927664 or 9439367. OLE color: 9439367.

HSL color Cylindrical-coordinate representation of color #870890: hue angle of 296.03º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870890 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 8 144 -
CMYK 0.06 0.94 0 0.44
HSL 296.03º 0.89% 0.3% -
HSV(B) 296.03º 0.94% 0.56% -
XYZ 15.11 7.34 27.01 -
YUV 61.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 135 8 144 0.06 0.94 0 0.44 296.03 0.89 0.3
Hex 87 8 90 6 5E 0 2C 128 59 1E
Octal 207 10 220 6 136 0 54 450 131 36
Binary 10000111 1000 10010000 110 1011110 0 101100 100101000 1011001 11110

Color Harmonies of #870890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870890

Black with #870890

Text Example


Text Example

White with #870890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870890; }

 p { color: rgb(135,8,144); }

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

background-color css

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

 a { background-color: rgb(135,8,144); }

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

border-color css

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

 span { border-color: rgb(135,8,144); }

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