#9A13AB

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

Shades of Dark Magenta #9A13AB

Tints of Dark Magenta #9A13AB

Color information

#9A13AB (or 0x9A13AB) is unknown color: approx Dark Magenta. HEX triplet: 9A, 13 and AB. RGB value is (154,19,171). Sum of RGB (Red+Green+Blue) = 154+19+171=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A13AB is #65EC54. Grayscale: #4C4C4C. Windows color (decimal): -6679637 or 11211674. OLE color: 11211674.

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

Color convert

RGB15419171-
CMYK0.100.8900.33
HSL293.29º80%37.25%-
HSV(B)293.29º88.89%67.06%-
XYZ20.9110.2839.41-
YUV76.69181.23183.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 19 (7.81% from 255) = 5.52%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=44.77%
G=5.52%
B=49.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154191710.100.8900.33293.298037.25
Hex9A13ABA590211255025
Octal232232531213104144512045
Binary1001101010011101010111010101100101000011001001011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A13AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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