Html Css Color HEX #870A9C Dark Magenta

📋 copy color: '#870A9C'

red 135 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #870A9C

Tints of Dark Magenta #870A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 44.85%
G = 3.32%
B = 51.83%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#870A9C (or 0x870A9C) is known color: Dark Magenta. HEX triplet: 87, 0A and 9C. RGB value is (135,10,156). Sum of RGB (Red+Green+Blue) = 135+10+156=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #870A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870A9C is #78F563. Grayscale: #3F3F3F. Windows color (decimal): -7927140 or 10226311. OLE color: 10226311.

HSL color Cylindrical-coordinate representation of color #870A9C: hue angle of 291.37º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870A9C is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 10 156 -
CMYK 0.13 0.94 0 0.39
HSL 291.37º 0.88% 0.33% -
HSV(B) 291.37º 0.94% 0.61% -
XYZ 16.1 7.77 32.1 -
YUV 64.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 135 10 156 0.13 0.94 0 0.39 291.37 0.88 0.33
Hex 87 A 9C D 5E 0 27 123 58 21
Octal 207 12 234 15 136 0 47 443 130 41
Binary 10000111 1010 10011100 1101 1011110 0 100111 100100011 1011000 100001

Color Harmonies of #870A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A9C

Black with #870A9C

Text Example


Text Example

White with #870A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870A9C; }

 p { color: rgb(135,10,156); }

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

background-color css

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

 a { background-color: rgb(135,10,156); }

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

border-color css

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

 span { border-color: rgb(135,10,156); }

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