#9A06A1

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

Shades of Dark Magenta #9A06A1

Tints of Dark Magenta #9A06A1

Color information

#9A06A1 (or 0x9A06A1) is unknown color: approx Dark Magenta. HEX triplet: 9A, 06 and A1. RGB value is (154,6,161). Sum of RGB (Red+Green+Blue) = 154+6+161=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #9A06A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A06A1 is #65F95E. Grayscale: #434343. Windows color (decimal): -6682975 or 10552986. OLE color: 10552986.

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

Color convert

RGB1546161-
CMYK0.040.9600.37
HSL297.29º92.81%32.75%-
HSV(B)297.29º96.27%63.14%-
XYZ19.829.5734.52-
YUV67.92180.53189.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 161 (63.28% from 255) = 50.16%
R=47.98%
G=1.87%
B=50.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15461610.040.9600.37297.2992.8132.75
Hex9A6A14600251295d21
Octal2326241414004545113541
Binary1001101011010100001100110000001001011001010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A06A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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