Html Css Color HEX #870299 Dark Magenta

📋 copy color: '#870299'

red 135 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #870299

Tints of Dark Magenta #870299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 46.55%
G = 0.69%
B = 52.76%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#870299 (or 0x870299) is known color: Dark Magenta. HEX triplet: 87, 02 and 99. RGB value is (135,2,153). Sum of RGB (Red+Green+Blue) = 135+2+153=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #870299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870299 is #78FD66. Grayscale: #3A3A3A. Windows color (decimal): -7929191 or 10027655. OLE color: 10027655.

HSL color Cylindrical-coordinate representation of color #870299: hue angle of 292.85º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870299 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 2 153 -
CMYK 0.12 0.99 0 0.4
HSL 292.85º 0.97% 0.3% -
HSV(B) 292.85º 0.99% 0.6% -
XYZ 15.76 7.49 30.75 -
YUV 58.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 135 2 153 0.12 0.99 0 0.4 292.85 0.97 0.3
Hex 87 2 99 C 63 0 28 125 61 1E
Octal 207 2 231 14 143 0 50 445 141 36
Binary 10000111 10 10011001 1100 1100011 0 101000 100100101 1100001 11110

Color Harmonies of #870299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870299

Black with #870299

Text Example


Text Example

White with #870299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870299; }

 p { color: rgb(135,2,153); }

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

background-color css

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

 a { background-color: rgb(135,2,153); }

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

border-color css

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

 span { border-color: rgb(135,2,153); }

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