#9962CE

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

Shades of Amethyst #9962CE

Tints of Amethyst #9962CE

Color information

#9962CE (or 0x9962CE) is unknown color: approx Amethyst. HEX triplet: 99, 62 and CE. RGB value is (153,98,206). Sum of RGB (Red+Green+Blue) = 153+98+206=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9962CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CE is #669D31. Grayscale: #7E7E7E. Windows color (decimal): -6724914 or 13525657. OLE color: 13525657.

HSL color Cylindrical-coordinate representation of color #9962CE: hue angle of 270.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9962CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15398206-
CMYK0.260.5200.19
HSL270.56º52.43%59.61%-
HSV(B)270.56º52.43%80.78%-
XYZ28.6519.9660.74-
YUV126.76172.72146.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=33.48%
G=21.44%
B=45.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153982060.260.5200.19270.5652.4359.61
Hex9962CE1A3401310f343c
Octal23114231632640234176474
Binary1001100111000101100111011010110100010011100001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9962CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9962CE; }

 p { color: rgb(153,98,206); }

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

<style>
 a { background-color: #9962CE; }

 a { background-color: rgb(153,98,206); }

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

<style>
 span { border-color: #9962CE; }

 span { border-color: rgb(153,98,206); }

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