Html Css Color HEX #8710AB Dark Magenta

📋 copy color: '#8710AB'

red 135 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #8710AB

Tints of Dark Magenta #8710AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 41.93%
G = 4.97%
B = 53.11%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8710AB (or 0x8710AB) is known color: Dark Magenta. HEX triplet: 87, 10 and AB. RGB value is (135,16,171). Sum of RGB (Red+Green+Blue) = 135+16+171=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8710AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8710AB is #78EF54. Grayscale: #444444. Windows color (decimal): -7925589 or 11210887. OLE color: 11210887.

HSL color Cylindrical-coordinate representation of color #8710AB: hue angle of 286.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8710AB is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 16 171 -
CMYK 0.21 0.91 0 0.33
HSL 286.06º 0.83% 0.37% -
HSV(B) 286.06º 0.91% 0.67% -
XYZ 17.53 8.46 39.24 -
YUV 69.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 135 16 171 0.21 0.91 0 0.33 286.06 0.83 0.37
Hex 87 10 AB 15 5B 0 21 11E 53 25
Octal 207 20 253 25 133 0 41 436 123 45
Binary 10000111 10000 10101011 10101 1011011 0 100001 100011110 1010011 100101

Color Harmonies of #8710AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8710AB

Black with #8710AB

Text Example


Text Example

White with #8710AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8710AB; }

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

 H1.HeaderClassName
 {
   color: #8710AB;
 }
 .AnyTagClassName
 {
   color: #8710AB;
 }
</style>

background-color css

<style>
 a { background-color: #8710AB; }

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

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

border-color css

<style>
 span { border-color: #8710AB; }

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

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