#9053DD

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

Shades of Amethyst #9053DD

Tints of Amethyst #9053DD

Color information

#9053DD (or 0x9053DD) is unknown color: approx Amethyst. HEX triplet: 90, 53 and DD. RGB value is (144,83,221). Sum of RGB (Red+Green+Blue) = 144+83+221=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #9053DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053DD is #6FAC22. Grayscale: #747474. Windows color (decimal): -7318563 or 14504848. OLE color: 14504848.

HSL color Cylindrical-coordinate representation of color #9053DD: hue angle of 266.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9053DD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14483221-
CMYK0.350.6200.13
HSL266.52º66.99%59.61%-
HSV(B)266.52º62.44%86.67%-
XYZ27.6517.3470.3-
YUV116.97186.71147.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=32.14%
G=18.53%
B=49.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144832210.350.6200.13266.5266.9959.61
Hex9053DD233E0D10b433c
Octal220123335437601541310374
Binary10010000101001111011101100011111110011011000010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9053DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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