#9664CC

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

Shades of Amethyst #9664CC

Tints of Amethyst #9664CC

Color information

#9664CC (or 0x9664CC) is unknown color: approx Amethyst. HEX triplet: 96, 64 and CC. RGB value is (150,100,204). Sum of RGB (Red+Green+Blue) = 150+100+204=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9664CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664CC is #699B33. Grayscale: #7E7E7E. Windows color (decimal): -6921012 or 13395094. OLE color: 13395094.

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

Color convert

RGB150100204-
CMYK0.260.5100.2
HSL268.85º50.49%59.61%-
HSV(B)268.85º50.98%80%-
XYZ28.0319.9659.5-
YUV126.81171.56144.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=33.04%
G=22.03%
B=44.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501002040.260.5100.2268.8550.4959.61
Hex9664CC1A3301410d323c
Octal22614431432630244156274
Binary1001011011001001100110011010110011010100100001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9664CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,100,204); }

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

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

 a { background-color: rgb(150,100,204); }

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

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

 span { border-color: rgb(150,100,204); }

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