#9052DA

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

Shades of Amethyst #9052DA

Tints of Amethyst #9052DA

Color information

#9052DA (or 0x9052DA) is unknown color: approx Amethyst. HEX triplet: 90, 52 and DA. RGB value is (144,82,218). Sum of RGB (Red+Green+Blue) = 144+82+218=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #9052DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052DA is #6FAD25. Grayscale: #737373. Windows color (decimal): -7318822 or 14307984. OLE color: 14307984.

HSL color Cylindrical-coordinate representation of color #9052DA: hue angle of 267.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9052DA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14482218-
CMYK0.340.6200.15
HSL267.35º64.76%58.82%-
HSV(B)267.35º62.39%85.49%-
XYZ27.1717.0368.18-
YUV116.04185.54147.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=32.43%
G=18.47%
B=49.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144822180.340.6200.15267.3564.7658.82
Hex9052DA223E0F10b413b
Octal220122332427601741310173
Binary10010000101001011011010100010111110011111000010111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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