#9053CE

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

Shades of Amethyst #9053CE

Tints of Amethyst #9053CE

Color information

#9053CE (or 0x9053CE) is unknown color: approx Amethyst. HEX triplet: 90, 53 and CE. RGB value is (144,83,206). Sum of RGB (Red+Green+Blue) = 144+83+206=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9053CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CE is #6FAC31. Grayscale: #727272. Windows color (decimal): -7318578 or 13521808. OLE color: 13521808.

HSL color Cylindrical-coordinate representation of color #9053CE: hue angle of 269.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9053CE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14483206-
CMYK0.300.6000.19
HSL269.76º55.66%56.67%-
HSV(B)269.76º59.71%80.78%-
XYZ25.7416.5760.23-
YUV115.26179.21148.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=33.26%
G=19.17%
B=47.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144832060.300.6000.19269.7655.6656.67
Hex9053CE1E3C01310e3839
Octal22012331636740234167071
Binary1001000010100111100111011110111100010011100001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9053CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9053CE; }

 p { color: rgb(144,83,206); }

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

<style>
 a { background-color: #9053CE; }

 a { background-color: rgb(144,83,206); }

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

<style>
 span { border-color: #9053CE; }

 span { border-color: rgb(144,83,206); }

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