Html Css Color HEX #8113AB Dark Magenta

📋 copy color: '#8113AB'

red 129 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #8113AB

Tints of Dark Magenta #8113AB

RGB

 RED value IS 129 (50.78% from 255) = 40.44%

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 40.44%
G = 5.96%
B = 53.61%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8113AB (or 0x8113AB) is known color: Dark Magenta. HEX triplet: 81, 13 and AB. RGB value is (129,19,171). Sum of RGB (Red+Green+Blue) = 129+19+171=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 19 (7.81% from 255 or 5.96% 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 #8113AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8113AB is #7EEC54. Grayscale: #444444. Windows color (decimal): -8318037 or 11211649. OLE color: 11211649.

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

Color convert

RGB 129 19 171 -
CMYK 0.25 0.89 0 0.33
HSL 283.42º 0.8% 0.37% -
HSV(B) 283.42º 0.89% 0.67% -
XYZ 16.64 8.07 39.21 -
YUV 69.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 129 19 171 0.25 0.89 0 0.33 283.42 0.8 0.37
Hex 81 13 AB 19 59 0 21 11B 50 25
Octal 201 23 253 31 131 0 41 433 120 45
Binary 10000001 10011 10101011 11001 1011001 0 100001 100011011 1010000 100101

Color Harmonies of #8113AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113AB

Black with #8113AB

Text Example


Text Example

White with #8113AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,19,171); }

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

background-color css

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

 a { background-color: rgb(129,19,171); }

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

border-color css

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

 span { border-color: rgb(129,19,171); }

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