#9664CD

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

Shades of Amethyst #9664CD

Tints of Amethyst #9664CD

Color information

#9664CD (or 0x9664CD) is unknown color: approx Amethyst. HEX triplet: 96, 64 and CD. RGB value is (150,100,205). Sum of RGB (Red+Green+Blue) = 150+100+205=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9664CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664CD is #699B32. Grayscale: #7E7E7E. Windows color (decimal): -6921011 or 13460630. OLE color: 13460630.

HSL color Cylindrical-coordinate representation of color #9664CD: hue angle of 268.57º degrees, saturation: 0.51, 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 #9664CD is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150100205-
CMYK0.270.5100.20
HSL268.57º51.22%59.8%-
HSV(B)268.57º51.22%80.39%-
XYZ28.1520.0160.14-
YUV126.92172.06144.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=32.97%
G=21.98%
B=45.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501002050.270.5100.20268.5751.2259.8
Hex9664CD1B3301410d333c
Octal22614431533630244156374
Binary1001011011001001100110111011110011010100100001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9664CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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