#9209AB

Color #9209AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9209AB

Tints of Dark Magenta #9209AB

Color information

#9209AB (or 0x9209AB) is unknown color: approx Dark Magenta. HEX triplet: 92, 09 and AB. RGB value is (146,9,171). Sum of RGB (Red+Green+Blue) = 146+9+171=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #9209AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9209AB is #6DF654. Grayscale: #434343. Windows color (decimal): -7206485 or 11209106. OLE color: 11209106.

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

Color convert

RGB1469171-
CMYK0.150.9500.33
HSL290.74º90%35.29%-
HSV(B)290.74º94.74%67.06%-
XYZ19.39.2539.3-
YUV68.43185.89183.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 9 (3.91% from 255) = 2.76%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=44.79%
G=2.76%
B=52.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14691710.150.9500.33290.749035.29
Hex929ABF5F0211235a23
Octal222112531713704144313243
Binary100100101001101010111111101111101000011001000111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9209AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9209AB;
 }
 .AnyTagClassName
 {
   color: #9209AB;
 }
</style>
background-color css

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

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

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

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

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

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