#966CD1

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

Shades of Amethyst #966CD1

Tints of Amethyst #966CD1

Color information

#966CD1 (or 0x966CD1) is unknown color: approx Amethyst. HEX triplet: 96, 6C and D1. RGB value is (150,108,209). Sum of RGB (Red+Green+Blue) = 150+108+209=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #966CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CD1 is #69932E. Grayscale: #838383. Windows color (decimal): -6918959 or 13724822. OLE color: 13724822.

HSL color Cylindrical-coordinate representation of color #966CD1: hue angle of 264.95º degrees, saturation: 0.52, 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 #966CD1 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150108209-
CMYK0.280.4800.18
HSL264.95º52.33%62.16%-
HSV(B)264.95º48.33%81.96%-
XYZ29.4521.8162.98-
YUV132.07171.41140.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=32.12%
G=23.13%
B=44.75%

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
Decimal1501082090.280.4800.18264.9552.3362.16
Hex966CD11C30012109343e
Octal22615432134600224116476
Binary1001011011011001101000111100110000010010100001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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