Html Css Color HEX #870BAB Dark Magenta

📋 copy color: '#870BAB'

red 135 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #870BAB

Tints of Dark Magenta #870BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

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

R = 42.59%
G = 3.47%
B = 53.94%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870BAB (or 0x870BAB) is known color: Dark Magenta. HEX triplet: 87, 0B and AB. RGB value is (135,11,171). Sum of RGB (Red+Green+Blue) = 135+11+171=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #870BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870BAB is #78F454. Grayscale: #414141. Windows color (decimal): -7926869 or 11209607. OLE color: 11209607.

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

Color convert

RGB 135 11 171 -
CMYK 0.21 0.94 0 0.33
HSL 286.5º 0.88% 0.36% -
HSV(B) 286.5º 0.94% 0.67% -
XYZ 17.46 8.33 39.22 -
YUV 66.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 135 11 171 0.21 0.94 0 0.33 286.5 0.88 0.36
Hex 87 B AB 15 5E 0 21 11E 58 24
Octal 207 13 253 25 136 0 41 436 130 44
Binary 10000111 1011 10101011 10101 1011110 0 100001 100011110 1011000 100100

Color Harmonies of #870BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BAB

Black with #870BAB

Text Example


Text Example

White with #870BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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