Html Css Color HEX #870DAB Dark Magenta

📋 copy color: '#870DAB'

red 135 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #870DAB

Tints of Dark Magenta #870DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 42.32%
G = 4.08%
B = 53.61%

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

#870DAB (or 0x870DAB) is known color: Dark Magenta. HEX triplet: 87, 0D and AB. RGB value is (135,13,171). Sum of RGB (Red+Green+Blue) = 135+13+171=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #870DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870DAB is #78F254. Grayscale: #424242. Windows color (decimal): -7926357 or 11210119. OLE color: 11210119.

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

Color convert

RGB 135 13 171 -
CMYK 0.21 0.92 0 0.33
HSL 286.33º 0.86% 0.36% -
HSV(B) 286.33º 0.92% 0.67% -
XYZ 17.49 8.38 39.22 -
YUV 67.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 135 13 171 0.21 0.92 0 0.33 286.33 0.86 0.36
Hex 87 D AB 15 5C 0 21 11E 56 24
Octal 207 15 253 25 134 0 41 436 126 44
Binary 10000111 1101 10101011 10101 1011100 0 100001 100011110 1010110 100100

Color Harmonies of #870DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DAB

Black with #870DAB

Text Example


Text Example

White with #870DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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