#9664CA

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

Shades of Amethyst #9664CA

Tints of Amethyst #9664CA

Color information

#9664CA (or 0x9664CA) is unknown color: approx Amethyst. HEX triplet: 96, 64 and CA. RGB value is (150,100,202). Sum of RGB (Red+Green+Blue) = 150+100+202=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9664CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664CA is #699B35. Grayscale: #7E7E7E. Windows color (decimal): -6921014 or 13264022. OLE color: 13264022.

HSL color Cylindrical-coordinate representation of color #9664CA: hue angle of 269.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9664CA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150100202-
CMYK0.260.5000.21
HSL269.41º49.04%59.22%-
HSV(B)269.41º50.5%79.22%-
XYZ27.819.8658.25-
YUV126.58170.56144.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=33.19%
G=22.12%
B=44.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501002020.260.5000.21269.4149.0459.22
Hex9664CA1A3201510d313b
Octal22614431232620254156173
Binary1001011011001001100101011010110010010101100001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9664CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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