#9060CA

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

Shades of Amethyst #9060CA

Tints of Amethyst #9060CA

Color information

#9060CA (or 0x9060CA) is unknown color: approx Amethyst. HEX triplet: 90, 60 and CA. RGB value is (144,96,202). Sum of RGB (Red+Green+Blue) = 144+96+202=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9060CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060CA is #6F9F35. Grayscale: #7A7A7A. Windows color (decimal): -7315254 or 13262992. OLE color: 13262992.

HSL color Cylindrical-coordinate representation of color #9060CA: hue angle of 267.17º degrees, saturation: 0.5, 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 #9060CA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14496202-
CMYK0.290.5200.21
HSL267.17º50%58.43%-
HSV(B)267.17º52.48%79.22%-
XYZ26.3518.5658.07-
YUV122.44172.9143.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=32.58%
G=21.72%
B=45.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144962020.290.5200.21267.175058.43
Hex9060CA1D3401510b323a
Octal22014031235640254136272
Binary1001000011000001100101011101110100010101100001011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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