#966ACD

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

Shades of Amethyst #966ACD

Tints of Amethyst #966ACD

Color information

#966ACD (or 0x966ACD) is unknown color: approx Amethyst. HEX triplet: 96, 6A and CD. RGB value is (150,106,205). Sum of RGB (Red+Green+Blue) = 150+106+205=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #966ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ACD is #699532. Grayscale: #828282. Windows color (decimal): -6919475 or 13462166. OLE color: 13462166.

HSL color Cylindrical-coordinate representation of color #966ACD: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966ACD is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150106205-
CMYK0.270.4800.20
HSL266.67º49.75%60.98%-
HSV(B)266.67º48.29%80.39%-
XYZ28.7521.260.33-
YUV130.44170.08141.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=32.54%
G=22.99%
B=44.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501062050.270.4800.20266.6749.7560.98
Hex966ACD1B3001410b323d
Octal22615231533600244136275
Binary1001011011010101100110111011110000010100100001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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