Html Css Color HEX #870BAD Dark Magenta

📋 copy color: '#870BAD'

red 135 ◦ green 11 ◦ blue 173

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

Shades of Dark Magenta #870BAD

Tints of Dark Magenta #870BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 42.32%
G = 3.45%
B = 54.23%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#870BAD (or 0x870BAD) is known color: Dark Magenta. HEX triplet: 87, 0B and AD. RGB value is (135,11,173). Sum of RGB (Red+Green+Blue) = 135+11+173=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #870BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870BAD is #78F452. Grayscale: #424242. Windows color (decimal): -7926867 or 11340679. OLE color: 11340679.

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

Color convert

RGB 135 11 173 -
CMYK 0.22 0.94 0 0.32
HSL 285.93º 0.88% 0.36% -
HSV(B) 285.93º 0.94% 0.68% -
XYZ 17.65 8.41 40.23 -
YUV 66.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 135 11 173 0.22 0.94 0 0.32 285.93 0.88 0.36
Hex 87 B AD 16 5E 0 20 11E 58 24
Octal 207 13 255 26 136 0 40 436 130 44
Binary 10000111 1011 10101101 10110 1011110 0 100000 100011110 1011000 100100

Color Harmonies of #870BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BAD

Black with #870BAD

Text Example


Text Example

White with #870BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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