#9A03AB

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

Shades of Dark Magenta #9A03AB

Tints of Dark Magenta #9A03AB

Color information

#9A03AB (or 0x9A03AB) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and AB. RGB value is (154,3,171). Sum of RGB (Red+Green+Blue) = 154+3+171=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A03AB is #65FC54. Grayscale: #424242. Windows color (decimal): -6683733 or 11207578. OLE color: 11207578.

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

Color convert

RGB1543171-
CMYK0.100.9800.33
HSL293.93º96.55%34.12%-
HSV(B)293.93º98.25%67.06%-
XYZ20.719.8839.34-
YUV67.3186.53189.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=46.95%
G=0.91%
B=52.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15431710.100.9800.33293.9396.5534.12
Hex9A3ABA620211266122
Octal23232531214204144614142
Binary1001101011101010111010110001001000011001001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A03AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,3,171); }

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

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

 a { background-color: rgb(154,3,171); }

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

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

 span { border-color: rgb(154,3,171); }

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