#9059DA

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

Shades of Amethyst #9059DA

Tints of Amethyst #9059DA

Color information

#9059DA (or 0x9059DA) is unknown color: approx Amethyst. HEX triplet: 90, 59 and DA. RGB value is (144,89,218). Sum of RGB (Red+Green+Blue) = 144+89+218=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9059DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059DA is #6FA625. Grayscale: #777777. Windows color (decimal): -7317030 or 14309776. OLE color: 14309776.

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

Color convert

RGB14489218-
CMYK0.340.5900.15
HSL265.58º63.55%60.2%-
HSV(B)265.58º59.17%85.49%-
XYZ27.7318.1468.37-
YUV120.15183.22145.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=31.93%
G=19.73%
B=48.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144892180.340.5900.15265.5863.5560.2
Hex9059DA223B0F10a403c
Octal220131332427301741210074
Binary10010000101100111011010100010111011011111000010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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