#966DCF

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

Shades of Amethyst #966DCF

Tints of Amethyst #966DCF

Color information

#966DCF (or 0x966DCF) is unknown color: approx Amethyst. HEX triplet: 96, 6D and CF. RGB value is (150,109,207). Sum of RGB (Red+Green+Blue) = 150+109+207=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #966DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCF is #699230. Grayscale: #848484. Windows color (decimal): -6918705 or 13594006. OLE color: 13594006.

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

Color convert

RGB150109207-
CMYK0.280.4700.19
HSL265.1º50.52%61.96%-
HSV(B)265.1º47.34%81.18%-
XYZ29.3121.9361.72-
YUV132.43170.08140.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=32.19%
G=23.39%
B=44.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501092070.280.4700.19265.150.5261.96
Hex966DCF1C2F013109333e
Octal22615531734570234116376
Binary1001011011011011100111111100101111010011100001001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,207); }

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

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

 a { background-color: rgb(150,109,207); }

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

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

 span { border-color: rgb(150,109,207); }

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