#966ACC

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

Shades of Amethyst #966ACC

Tints of Amethyst #966ACC

Color information

#966ACC (or 0x966ACC) is unknown color: approx Amethyst. HEX triplet: 96, 6A and CC. RGB value is (150,106,204). Sum of RGB (Red+Green+Blue) = 150+106+204=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #966ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ACC is #699533. Grayscale: #818181. Windows color (decimal): -6919476 or 13396630. OLE color: 13396630.

HSL color Cylindrical-coordinate representation of color #966ACC: hue angle of 266.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966ACC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150106204-
CMYK0.260.4800.2
HSL266.94º49%60.78%-
HSV(B)266.94º48.04%80%-
XYZ28.6321.1559.7-
YUV130.33169.58142.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=32.61%
G=23.04%
B=44.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501062040.260.4800.2266.944960.78
Hex966ACC1A3001410b313d
Octal22615231432600244136175
Binary1001011011010101100110011010110000010100100001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966ACC; }

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

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

<style>
 a { background-color: #966ACC; }

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

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

<style>
 span { border-color: #966ACC; }

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

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