#9059C9

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

Shades of Amethyst #9059C9

Tints of Amethyst #9059C9

Color information

#9059C9 (or 0x9059C9) is unknown color: approx Amethyst. HEX triplet: 90, 59 and C9. RGB value is (144,89,201). Sum of RGB (Red+Green+Blue) = 144+89+201=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #9059C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059C9 is #6FA636. Grayscale: #757575. Windows color (decimal): -7317047 or 13195664. OLE color: 13195664.

HSL color Cylindrical-coordinate representation of color #9059C9: hue angle of 269.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9059C9 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14489201-
CMYK0.280.5600.21
HSL269.46º50.91%56.86%-
HSV(B)269.46º55.72%78.82%-
XYZ25.6217.2957.25-
YUV118.21174.72146.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=33.18%
G=20.51%
B=46.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144892010.280.5600.21269.4650.9156.86
Hex9059C91C3801510d3339
Octal22013131134700254156371
Binary1001000010110011100100111100111000010101100001101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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