Html Css Color HEX #870AAC Dark Magenta

📋 copy color: '#870AAC'

red 135 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #870AAC

Tints of Dark Magenta #870AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 42.59%
G = 3.15%
B = 54.26%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870AAC (or 0x870AAC) is known color: Dark Magenta. HEX triplet: 87, 0A and AC. RGB value is (135,10,172). Sum of RGB (Red+Green+Blue) = 135+10+172=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #870AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870AAC is #78F553. Grayscale: #414141. Windows color (decimal): -7927124 or 11274887. OLE color: 11274887.

HSL color Cylindrical-coordinate representation of color #870AAC: hue angle of 286.3º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870AAC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 10 172 -
CMYK 0.22 0.94 0 0.33
HSL 286.3º 0.89% 0.36% -
HSV(B) 286.3º 0.94% 0.67% -
XYZ 17.55 8.35 39.72 -
YUV 65.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 135 10 172 0.22 0.94 0 0.33 286.3 0.89 0.36
Hex 87 A AC 16 5E 0 21 11E 59 24
Octal 207 12 254 26 136 0 41 436 131 44
Binary 10000111 1010 10101100 10110 1011110 0 100001 100011110 1011001 100100

Color Harmonies of #870AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870AAC

Black with #870AAC

Text Example


Text Example

White with #870AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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