#9060C0

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

Shades of Amethyst #9060C0

Tints of Amethyst #9060C0

Color information

#9060C0 (or 0x9060C0) is unknown color: approx Amethyst. HEX triplet: 90, 60 and C0. RGB value is (144,96,192). Sum of RGB (Red+Green+Blue) = 144+96+192=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #9060C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060C0 is #6F9F3F. Grayscale: #787878. Windows color (decimal): -7315264 or 12607632. OLE color: 12607632.

HSL color Cylindrical-coordinate representation of color #9060C0: hue angle of 270º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9060C0 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14496192-
CMYK0.250.5000.25
HSL270º43.24%56.47%-
HSV(B)270º50%75.29%-
XYZ25.218.152.03-
YUV121.3167.9144.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144961920.250.5000.2527043.2456.47
Hex9060C0193201910e2b38
Octal22014030031620314165370
Binary1001000011000001100000011001110010011001100001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9060C0; }

 p { color: rgb(144,96,192); }

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

<style>
 a { background-color: #9060C0; }

 a { background-color: rgb(144,96,192); }

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

<style>
 span { border-color: #9060C0; }

 span { border-color: rgb(144,96,192); }

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