#9052CC

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

Shades of Amethyst #9052CC

Tints of Amethyst #9052CC

Color information

#9052CC (or 0x9052CC) is unknown color: approx Amethyst. HEX triplet: 90, 52 and CC. RGB value is (144,82,204). Sum of RGB (Red+Green+Blue) = 144+82+204=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #9052CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052CC is #6FAD33. Grayscale: #727272. Windows color (decimal): -7318836 or 13390480. OLE color: 13390480.

HSL color Cylindrical-coordinate representation of color #9052CC: hue angle of 270.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9052CC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14482204-
CMYK0.290.6000.2
HSL270.49º54.46%56.08%-
HSV(B)270.49º59.8%80%-
XYZ25.4216.3258.94-
YUV114.45178.54149.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=33.49%
G=19.07%
B=47.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144822040.290.6000.2270.4954.4656.08
Hex9052CC1D3C01410e3638
Octal22012231435740244166670
Binary1001000010100101100110011101111100010100100001110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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