#966ad2

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

Shades of Amethyst #966AD2

Tints of Amethyst #966AD2

Color information

#966AD2 (or 0x966AD2) is unknown color: approx Amethyst. HEX triplet: 96, 6A and D2. RGB value is (150,106,210). Sum of RGB (Red+Green+Blue) = 150+106+210=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #966AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD2 is #69952D. Grayscale: #828282. Windows color (decimal): -6919470 or 13789846. OLE color: 13789846.

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

Color convert

RGB150106210-
CMYK0.290.5000.18
HSL265.38º53.61%61.96%-
HSV(B)265.38º49.52%82.35%-
XYZ29.3621.4563.56-
YUV131.01172.58141.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 210 (82.42% from 255) = 45.06%
R=32.19%
G=22.75%
B=45.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501062100.290.5000.18265.3853.6161.96
Hex966AD21D32012109363e
Octal22615232235620224116676
Binary1001011011010101101001011101110010010010100001001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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