#9309aa

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

Shades of Dark Magenta #9309AA

Tints of Dark Magenta #9309AA

Color information

#9309AA (or 0x9309AA) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and AA. RGB value is (147,9,170). Sum of RGB (Red+Green+Blue) = 147+9+170=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #9309AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9309AA is #6CF655. Grayscale: #444444. Windows color (decimal): -7140950 or 11143571. OLE color: 11143571.

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

Color convert

RGB1479170-
CMYK0.140.9500.33
HSL291.43º89.94%35.1%-
HSV(B)291.43º94.71%66.67%-
XYZ19.399.338.8-
YUV68.62185.22183.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 9 (3.91% from 255) = 2.76%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=45.09%
G=2.76%
B=52.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14791700.140.9500.33291.4389.9435.1
Hex939AAE5F0211235a23
Octal223112521613704144313243
Binary100100111001101010101110101111101000011001000111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9309aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9309aa; }

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

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

<style>
 a { background-color: #9309aa; }

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

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

<style>
 span { border-color: #9309aa; }

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

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