#9055CC

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

Shades of Amethyst #9055CC

Tints of Amethyst #9055CC

Color information

#9055CC (or 0x9055CC) is unknown color: approx Amethyst. HEX triplet: 90, 55 and CC. RGB value is (144,85,204). Sum of RGB (Red+Green+Blue) = 144+85+204=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #9055CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CC is #6FAA33. Grayscale: #737373. Windows color (decimal): -7318068 or 13391248. OLE color: 13391248.

HSL color Cylindrical-coordinate representation of color #9055CC: hue angle of 269.75º 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 #9055CC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14485204-
CMYK0.290.5800.2
HSL269.75º53.85%56.67%-
HSV(B)269.75º58.33%80%-
XYZ25.6516.7959.01-
YUV116.21177.55147.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=33.26%
G=19.63%
B=47.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144852040.290.5800.2269.7553.8556.67
Hex9055CC1D3A01410e3639
Octal22012531435720244166671
Binary1001000010101011100110011101111010010100100001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9055CC; }

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

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

<style>
 a { background-color: #9055CC; }

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

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

<style>
 span { border-color: #9055CC; }

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

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