Html Css Color HEX #8A0AAB Dark Magenta

📋 copy color: '#8A0AAB'

red 138 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #8A0AAB

Tints of Dark Magenta #8A0AAB

RGB

 RED value IS 138 (54.3% from 255) = 43.26%

 GREEN value IS 10 (4.3% from 255) = 3.13%

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

R = 43.26%
G = 3.13%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A0AAB (or 0x8A0AAB) is known color: Dark Magenta. HEX triplet: 8A, 0A and AB. RGB value is (138,10,171). Sum of RGB (Red+Green+Blue) = 138+10+171=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 10 (4.30% from 255 or 3.13% 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 #8A0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0AAB is #75F554. Grayscale: #424242. Windows color (decimal): -7730517 or 11209354. OLE color: 11209354.

HSL color Cylindrical-coordinate representation of color #8A0AAB: hue angle of 287.7º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0AAB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 10 171 -
CMYK 0.19 0.94 0 0.33
HSL 287.7º 0.89% 0.35% -
HSV(B) 287.7º 0.94% 0.67% -
XYZ 17.94 8.56 39.23 -
YUV 66.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 138 10 171 0.19 0.94 0 0.33 287.7 0.89 0.35
Hex 8A A AB 13 5E 0 21 120 59 23
Octal 212 12 253 23 136 0 41 440 131 43
Binary 10001010 1010 10101011 10011 1011110 0 100001 100100000 1011001 100011

Color Harmonies of #8A0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0AAB

Black with #8A0AAB

Text Example


Text Example

White with #8A0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0AAB; }

 p { color: rgb(138,10,171); }

 H1.HeaderClassName
 {
   color: #8A0AAB;
 }
 .AnyTagClassName
 {
   color: #8A0AAB;
 }
</style>

background-color css

<style>
 a { background-color: #8A0AAB; }

 a { background-color: rgb(138,10,171); }

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

border-color css

<style>
 span { border-color: #8A0AAB; }

 span { border-color: rgb(138,10,171); }

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