#9A14A1

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

Shades of Dark Magenta #9A14A1

Tints of Dark Magenta #9A14A1

Color information

#9A14A1 (or 0x9A14A1) is unknown color: approx Dark Magenta. HEX triplet: 9A, 14 and A1. RGB value is (154,20,161). Sum of RGB (Red+Green+Blue) = 154+20+161=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #9A14A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A14A1 is #65EB5E. Grayscale: #4B4B4B. Windows color (decimal): -6679391 or 10556570. OLE color: 10556570.

HSL color Cylindrical-coordinate representation of color #9A14A1: hue angle of 297.02º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A14A1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15420161-
CMYK0.040.8800.37
HSL297.02º77.9%35.49%-
HSV(B)297.02º87.58%63.14%-
XYZ20.019.9434.58-
YUV76.14175.89183.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=45.97%
G=5.97%
B=48.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal154201610.040.8800.37297.0277.935.49
Hex9A14A14580251294e23
Octal23224241413004545111643
Binary100110101010010100001100101100001001011001010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A14A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,20,161); }

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

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

 a { background-color: rgb(154,20,161); }

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

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

 span { border-color: rgb(154,20,161); }

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