Html Css Color HEX #870DAC Dark Magenta

📋 copy color: '#870DAC'

red 135 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #870DAC

Tints of Dark Magenta #870DAC

RGB

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

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

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

R = 42.19%
G = 4.06%
B = 53.75%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870DAC (or 0x870DAC) is known color: Dark Magenta. HEX triplet: 87, 0D and AC. RGB value is (135,13,172). Sum of RGB (Red+Green+Blue) = 135+13+172=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #870DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870DAC is #78F253. Grayscale: #434343. Windows color (decimal): -7926356 or 11275655. OLE color: 11275655.

HSL color Cylindrical-coordinate representation of color #870DAC: hue angle of 286.04º 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 #870DAC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 13 172 -
CMYK 0.22 0.92 0 0.33
HSL 286.04º 0.86% 0.36% -
HSV(B) 286.04º 0.92% 0.67% -
XYZ 17.58 8.42 39.73 -
YUV 67.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 135 13 172 0.22 0.92 0 0.33 286.04 0.86 0.36
Hex 87 D AC 16 5C 0 21 11E 56 24
Octal 207 15 254 26 134 0 41 436 126 44
Binary 10000111 1101 10101100 10110 1011100 0 100001 100011110 1010110 100100

Color Harmonies of #870DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DAC

Black with #870DAC

Text Example


Text Example

White with #870DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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