#9664C1

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

Shades of Amethyst #9664C1

Tints of Amethyst #9664C1

Color information

#9664C1 (or 0x9664C1) is unknown color: approx Amethyst. HEX triplet: 96, 64 and C1. RGB value is (150,100,193). Sum of RGB (Red+Green+Blue) = 150+100+193=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #9664C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664C1 is #699B3E. Grayscale: #7D7D7D. Windows color (decimal): -6921023 or 12674198. OLE color: 12674198.

HSL color Cylindrical-coordinate representation of color #9664C1: hue angle of 272.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9664C1 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150100193-
CMYK0.220.4800.24
HSL272.26º42.86%57.45%-
HSV(B)272.26º48.19%75.69%-
XYZ26.7619.4552.8-
YUV125.55166.06145.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=33.86%
G=22.57%
B=43.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501001930.220.4800.24272.2642.8657.45
Hex9664C116300181102b39
Octal22614430126600304205371
Binary1001011011001001100000110110110000011000100010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9664C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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