#9060c9

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

Shades of Amethyst #9060C9

Tints of Amethyst #9060C9

Color information

#9060C9 (or 0x9060C9) is unknown color: approx Amethyst. HEX triplet: 90, 60 and C9. RGB value is (144,96,201). Sum of RGB (Red+Green+Blue) = 144+96+201=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #9060C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060C9 is #6F9F36. Grayscale: #797979. Windows color (decimal): -7315255 or 13197456. OLE color: 13197456.

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

Color convert

RGB14496201-
CMYK0.280.5200.21
HSL267.43º49.3%58.24%-
HSV(B)267.43º52.24%78.82%-
XYZ26.2318.5157.45-
YUV122.32172.4143.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=32.65%
G=21.77%
B=45.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144962010.280.5200.21267.4349.358.24
Hex9060C91C3401510b313a
Octal22014031134640254136172
Binary1001000011000001100100111100110100010101100001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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