#966DD0

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

Shades of Amethyst #966DD0

Tints of Amethyst #966DD0

Color information

#966DD0 (or 0x966DD0) is unknown color: approx Amethyst. HEX triplet: 96, 6D and D0. RGB value is (150,109,208). Sum of RGB (Red+Green+Blue) = 150+109+208=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #966DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DD0 is #69922F. Grayscale: #848484. Windows color (decimal): -6918704 or 13659542. OLE color: 13659542.

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

Color convert

RGB150109208-
CMYK0.280.4800.18
HSL264.85º51.3%62.16%-
HSV(B)264.85º47.6%81.57%-
XYZ29.4321.9862.36-
YUV132.54170.58140.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=32.12%
G=23.34%
B=44.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501092080.280.4800.18264.8551.362.16
Hex966DD01C30012109333e
Octal22615532034600224116376
Binary1001011011011011101000011100110000010010100001001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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