#966CCE

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

Shades of Amethyst #966CCE

Tints of Amethyst #966CCE

Color information

#966CCE (or 0x966CCE) is unknown color: approx Amethyst. HEX triplet: 96, 6C and CE. RGB value is (150,108,206). Sum of RGB (Red+Green+Blue) = 150+108+206=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #966CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCE is #699331. Grayscale: #838383. Windows color (decimal): -6918962 or 13528214. OLE color: 13528214.

HSL color Cylindrical-coordinate representation of color #966CCE: hue angle of 265.71º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966CCE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150108206-
CMYK0.270.4800.19
HSL265.71º50%61.57%-
HSV(B)265.71º47.57%80.78%-
XYZ29.0821.6761.04-
YUV131.73169.91141.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=32.33%
G=23.28%
B=44.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501082060.270.4800.19265.715061.57
Hex966CCE1B3001310a323e
Octal22615431633600234126276
Binary1001011011011001100111011011110000010011100001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,206); }

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

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

 a { background-color: rgb(150,108,206); }

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

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

 span { border-color: rgb(150,108,206); }

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