Html Css Color HEX #870DAA Dark Magenta

📋 copy color: '#870DAA'

red 135 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #870DAA

Tints of Dark Magenta #870DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 42.45%
G = 4.09%
B = 53.46%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870DAA (or 0x870DAA) is known color: Dark Magenta. HEX triplet: 87, 0D and AA. RGB value is (135,13,170). Sum of RGB (Red+Green+Blue) = 135+13+170=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #870DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870DAA is #78F255. Grayscale: #424242. Windows color (decimal): -7926358 or 11144583. OLE color: 11144583.

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

Color convert

RGB 135 13 170 -
CMYK 0.21 0.92 0 0.33
HSL 286.62º 0.86% 0.36% -
HSV(B) 286.62º 0.92% 0.67% -
XYZ 17.39 8.34 38.72 -
YUV 67.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 135 13 170 0.21 0.92 0 0.33 286.62 0.86 0.36
Hex 87 D AA 15 5C 0 21 11F 56 24
Octal 207 15 252 25 134 0 41 437 126 44
Binary 10000111 1101 10101010 10101 1011100 0 100001 100011111 1010110 100100

Color Harmonies of #870DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DAA

Black with #870DAA

Text Example


Text Example

White with #870DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,13,170); }

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

background-color css

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

 a { background-color: rgb(135,13,170); }

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

border-color css

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

 span { border-color: rgb(135,13,170); }

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