#966CD2

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

Shades of Amethyst #966CD2

Tints of Amethyst #966CD2

Color information

#966CD2 (or 0x966CD2) is unknown color: approx Amethyst. HEX triplet: 96, 6C and D2. RGB value is (150,108,210). Sum of RGB (Red+Green+Blue) = 150+108+210=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #966CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CD2 is #69932D. Grayscale: #838383. Windows color (decimal): -6918958 or 13790358. OLE color: 13790358.

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

Color convert

RGB150108210-
CMYK0.290.4900.18
HSL264.71º53.12%62.35%-
HSV(B)264.71º48.57%82.35%-
XYZ29.5721.8663.63-
YUV132.19171.91140.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 210 (82.42% from 255) = 44.87%
R=32.05%
G=23.08%
B=44.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501082100.290.4900.18264.7153.1262.35
Hex966CD21D31012109353e
Octal22615432235610224116576
Binary1001011011011001101001011101110001010010100001001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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