Html Css Color HEX #870CAB Dark Magenta

📋 copy color: '#870CAB'

red 135 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #870CAB

Tints of Dark Magenta #870CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.77%

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

R = 42.45%
G = 3.77%
B = 53.77%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#870CAB (or 0x870CAB) is known color: Dark Magenta. HEX triplet: 87, 0C and AB. RGB value is (135,12,171). Sum of RGB (Red+Green+Blue) = 135+12+171=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #870CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870CAB is #78F354. Grayscale: #424242. Windows color (decimal): -7926613 or 11209863. OLE color: 11209863.

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

Color convert

RGB 135 12 171 -
CMYK 0.21 0.93 0 0.33
HSL 286.42º 0.87% 0.36% -
HSV(B) 286.42º 0.93% 0.67% -
XYZ 17.47 8.35 39.22 -
YUV 66.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 135 12 171 0.21 0.93 0 0.33 286.42 0.87 0.36
Hex 87 C AB 15 5D 0 21 11E 57 24
Octal 207 14 253 25 135 0 41 436 127 44
Binary 10000111 1100 10101011 10101 1011101 0 100001 100011110 1010111 100100

Color Harmonies of #870CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CAB

Black with #870CAB

Text Example


Text Example

White with #870CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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