#9A05AE

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

Shades of Dark Magenta #9A05AE

Tints of Dark Magenta #9A05AE

Color information

#9A05AE (or 0x9A05AE) is unknown color: approx Dark Magenta. HEX triplet: 9A, 05 and AE. RGB value is (154,5,174). Sum of RGB (Red+Green+Blue) = 154+5+174=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A05AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A05AE is #65FA51. Grayscale: #444444. Windows color (decimal): -6683218 or 11404698. OLE color: 11404698.

HSL color Cylindrical-coordinate representation of color #9A05AE: hue angle of 292.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A05AE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1545174-
CMYK0.110.9700.32
HSL292.9º94.41%35.1%-
HSV(B)292.9º97.13%68.24%-
XYZ21.0210.0340.87-
YUV68.82187.36188.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=46.25%
G=1.50%
B=52.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15451740.110.9700.32292.994.4135.1
Hex9A5AEB610201255e23
Octal23252561314104044513643
Binary10011010101101011101011110000101000001001001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A05AE; }

 p { color: rgb(154,5,174); }

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

<style>
 a { background-color: #9A05AE; }

 a { background-color: rgb(154,5,174); }

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

<style>
 span { border-color: #9A05AE; }

 span { border-color: rgb(154,5,174); }

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