#9052D8

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

Shades of Amethyst #9052D8

Tints of Amethyst #9052D8

Color information

#9052D8 (or 0x9052D8) is unknown color: approx Amethyst. HEX triplet: 90, 52 and D8. RGB value is (144,82,216). Sum of RGB (Red+Green+Blue) = 144+82+216=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #9052D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052D8 is #6FAD27. Grayscale: #737373. Windows color (decimal): -7318824 or 14176912. OLE color: 14176912.

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

Color convert

RGB14482216-
CMYK0.330.6200.15
HSL267.76º63.21%58.43%-
HSV(B)267.76º62.04%84.71%-
XYZ26.9116.9266.81-
YUV115.81184.54148.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=32.58%
G=18.55%
B=48.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144822160.330.6200.15267.7663.2158.43
Hex9052D8213E0F10c3f3a
Octal22012233041760174147772
Binary1001000010100101101100010000111111001111100001100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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