Html Css Color HEX #8109AA Dark Magenta

📋 copy color: '#8109AA'

red 129 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #8109AA

Tints of Dark Magenta #8109AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 41.88%
G = 2.92%
B = 55.19%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8109AA (or 0x8109AA) is known color: Dark Magenta. HEX triplet: 81, 09 and AA. RGB value is (129,9,170). Sum of RGB (Red+Green+Blue) = 129+9+170=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8109AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8109AA is #7EF655. Grayscale: #3E3E3E. Windows color (decimal): -8320598 or 11143553. OLE color: 11143553.

HSL color Cylindrical-coordinate representation of color #8109AA: hue angle of 284.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8109AA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 9 170 -
CMYK 0.24 0.95 0 0.33
HSL 284.72º 0.9% 0.35% -
HSV(B) 284.72º 0.95% 0.67% -
XYZ 16.41 7.76 38.66 -
YUV 63.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 129 9 170 0.24 0.95 0 0.33 284.72 0.9 0.35
Hex 81 9 AA 18 5F 0 21 11D 5A 23
Octal 201 11 252 30 137 0 41 435 132 43
Binary 10000001 1001 10101010 11000 1011111 0 100001 100011101 1011010 100011

Color Harmonies of #8109AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8109AA

Black with #8109AA

Text Example


Text Example

White with #8109AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8109AA; }

 p { color: rgb(129,9,170); }

 H1.HeaderClassName
 {
   color: #8109AA;
 }
 .AnyTagClassName
 {
   color: #8109AA;
 }
</style>

background-color css

<style>
 a { background-color: #8109AA; }

 a { background-color: rgb(129,9,170); }

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

border-color css

<style>
 span { border-color: #8109AA; }

 span { border-color: rgb(129,9,170); }

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