Html Css Color HEX #9109AB Dark Magenta

📋 copy color: '#9109AB'

red 145 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #9109AB

Tints of Dark Magenta #9109AB

RGB

 RED value IS 145 (57.03% from 255) = 44.62%

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

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

R = 44.62%
G = 2.77%
B = 52.62%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9109AB (or 0x9109AB) is known color: Dark Magenta. HEX triplet: 91, 09 and AB. RGB value is (145,9,171). Sum of RGB (Red+Green+Blue) = 145+9+171=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9109AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109AB is #6EF654. Grayscale: #434343. Windows color (decimal): -7272021 or 11209105. OLE color: 11209105.

HSL color Cylindrical-coordinate representation of color #9109AB: hue angle of 290.37º 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 #9109AB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 9 171 -
CMYK 0.15 0.95 0 0.33
HSL 290.37º 0.9% 0.35% -
HSV(B) 290.37º 0.95% 0.67% -
XYZ 19.13 9.16 39.29 -
YUV 68.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 145 9 171 0.15 0.95 0 0.33 290.37 0.9 0.35
Hex 91 9 AB F 5F 0 21 122 5A 23
Octal 221 11 253 17 137 0 41 442 132 43
Binary 10010001 1001 10101011 1111 1011111 0 100001 100100010 1011010 100011

Color Harmonies of #9109AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9109AB

Black with #9109AB

Text Example


Text Example

White with #9109AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,9,171); }

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

background-color css

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

 a { background-color: rgb(145,9,171); }

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

border-color css

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

 span { border-color: rgb(145,9,171); }

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