#9309AE

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

Shades of Dark Magenta #9309AE

Tints of Dark Magenta #9309AE

Color information

#9309AE (or 0x9309AE) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and AE. RGB value is (147,9,174). Sum of RGB (Red+Green+Blue) = 147+9+174=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #9309AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9309AE is #6CF651. Grayscale: #444444. Windows color (decimal): -7140946 or 11405715. OLE color: 11405715.

HSL color Cylindrical-coordinate representation of color #9309AE: hue angle of 290.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9309AE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1479174-
CMYK0.160.9500.32
HSL290.18º90.16%35.88%-
HSV(B)290.18º94.83%68.24%-
XYZ19.779.4540.83-
YUV69.07187.22183.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 9 (3.91% from 255) = 2.73%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=44.55%
G=2.73%
B=52.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14791740.160.9500.32290.1890.1635.88
Hex939AE105F0201225a24
Octal223112562013704044213244
Binary1001001110011010111010000101111101000001001000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9309AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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