#9052D9

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

Shades of Amethyst #9052D9

Tints of Amethyst #9052D9

Color information

#9052D9 (or 0x9052D9) is unknown color: approx Amethyst. HEX triplet: 90, 52 and D9. RGB value is (144,82,217). Sum of RGB (Red+Green+Blue) = 144+82+217=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #9052D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052D9 is #6FAD26. Grayscale: #737373. Windows color (decimal): -7318823 or 14242448. OLE color: 14242448.

HSL color Cylindrical-coordinate representation of color #9052D9: hue angle of 267.56º degrees, saturation: 0.64, 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 #9052D9 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14482217-
CMYK0.340.6200.15
HSL267.56º63.98%58.63%-
HSV(B)267.56º62.21%85.1%-
XYZ27.0416.9767.5-
YUV115.93185.04148.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 217 (85.16% from 255) = 48.98%
R=32.51%
G=18.51%
B=48.98%

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
Decimal144822170.340.6200.15267.5663.9858.63
Hex9052D9223E0F10c403b
Octal220122331427601741410073
Binary10010000101001011011001100010111110011111000011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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