#9059D0

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

Shades of Amethyst #9059D0

Tints of Amethyst #9059D0

Color information

#9059D0 (or 0x9059D0) is unknown color: approx Amethyst. HEX triplet: 90, 59 and D0. RGB value is (144,89,208). Sum of RGB (Red+Green+Blue) = 144+89+208=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #9059D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059D0 is #6FA62F. Grayscale: #767676. Windows color (decimal): -7317040 or 13654416. OLE color: 13654416.

HSL color Cylindrical-coordinate representation of color #9059D0: hue angle of 267.73º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9059D0 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14489208-
CMYK0.310.5700.18
HSL267.73º55.87%58.24%-
HSV(B)267.73º57.21%81.57%-
XYZ26.4617.6361.68-
YUV119.01178.22145.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=32.65%
G=20.18%
B=47.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144892080.310.5700.18267.7355.8758.24
Hex9059D01F3901210c383a
Octal22013132037710224147072
Binary1001000010110011101000011111111001010010100001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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