#9960CA

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

Shades of Amethyst #9960CA

Tints of Amethyst #9960CA

Color information

#9960CA (or 0x9960CA) is unknown color: approx Amethyst. HEX triplet: 99, 60 and CA. RGB value is (153,96,202). Sum of RGB (Red+Green+Blue) = 153+96+202=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9960CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960CA is #669F35. Grayscale: #7C7C7C. Windows color (decimal): -6725430 or 13263001. OLE color: 13263001.

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

Color convert

RGB15396202-
CMYK0.240.5200.21
HSL272.26º50%58.43%-
HSV(B)272.26º52.48%79.22%-
XYZ27.9819.458.15-
YUV125.13171.38147.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=33.92%
G=21.29%
B=44.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153962020.240.5200.21272.265058.43
Hex9960CA1834015110323a
Octal23114031230640254206272
Binary1001100111000001100101011000110100010101100010000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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