#9A55CC

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

Shades of Amethyst #9A55CC

Tints of Amethyst #9A55CC

Color information

#9A55CC (or 0x9A55CC) is unknown color: approx Amethyst. HEX triplet: 9A, 55 and CC. RGB value is (154,85,204). Sum of RGB (Red+Green+Blue) = 154+85+204=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55CC is #65AA33. Grayscale: #767676. Windows color (decimal): -6662708 or 13391258. OLE color: 13391258.

HSL color Cylindrical-coordinate representation of color #9A55CC: hue angle of 274.79º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A55CC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15485204-
CMYK0.250.5800.2
HSL274.79º53.85%56.67%-
HSV(B)274.79º58.33%80%-
XYZ27.4717.7359.1-
YUV119.2175.86152.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=34.76%
G=19.19%
B=46.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154852040.250.5800.2274.7953.8556.67
Hex9A55CC193A0141133639
Octal23212531431720244236671
Binary1001101010101011100110011001111010010100100010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,204); }

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

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

 a { background-color: rgb(154,85,204); }

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

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

 span { border-color: rgb(154,85,204); }

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