#9962CC

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

Shades of Amethyst #9962CC

Tints of Amethyst #9962CC

Color information

#9962CC (or 0x9962CC) is unknown color: approx Amethyst. HEX triplet: 99, 62 and CC. RGB value is (153,98,204). Sum of RGB (Red+Green+Blue) = 153+98+204=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9962CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CC is #669D33. Grayscale: #7E7E7E. Windows color (decimal): -6724916 or 13394585. OLE color: 13394585.

HSL color Cylindrical-coordinate representation of color #9962CC: hue angle of 271.13º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9962CC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15398204-
CMYK0.250.5200.2
HSL271.13º50.96%59.22%-
HSV(B)271.13º51.96%80%-
XYZ28.419.8759.46-
YUV126.53171.72146.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=33.63%
G=21.54%
B=44.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153982040.250.5200.2271.1350.9659.22
Hex9962CC193401410f333b
Octal23114231431640244176373
Binary1001100111000101100110011001110100010100100001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9962CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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