#9A05AC

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

Shades of Dark Magenta #9A05AC

Tints of Dark Magenta #9A05AC

Color information

#9A05AC (or 0x9A05AC) is unknown color: approx Dark Magenta. HEX triplet: 9A, 05 and AC. RGB value is (154,5,172). Sum of RGB (Red+Green+Blue) = 154+5+172=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A05AC is #65FA53. Grayscale: #444444. Windows color (decimal): -6683220 or 11273626. OLE color: 11273626.

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

Color convert

RGB1545172-
CMYK0.100.9700.33
HSL293.53º94.35%34.71%-
HSV(B)293.53º97.09%67.45%-
XYZ20.839.9639.85-
YUV68.59186.36188.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=46.53%
G=1.51%
B=51.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15451720.100.9700.33293.5394.3534.71
Hex9A5ACA610211265e23
Octal23252541214104144613643
Binary10011010101101011001010110000101000011001001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A05AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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