#996AC0

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

Shades of Amethyst #996AC0

Tints of Amethyst #996AC0

Color information

#996AC0 (or 0x996AC0) is unknown color: approx Amethyst. HEX triplet: 99, 6A and C0. RGB value is (153,106,192). Sum of RGB (Red+Green+Blue) = 153+106+192=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #996AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AC0 is #66953F. Grayscale: #818181. Windows color (decimal): -6722880 or 12610201. OLE color: 12610201.

HSL color Cylindrical-coordinate representation of color #996AC0: hue angle of 272.79º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996AC0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153106192-
CMYK0.200.4500.25
HSL272.79º40.57%58.43%-
HSV(B)272.79º44.79%75.29%-
XYZ27.8120.8952.44-
YUV129.86163.07144.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=33.92%
G=23.50%
B=42.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531061920.200.4500.25272.7940.5758.43
Hex996AC0142D019111293a
Octal23115230024550314215172
Binary1001100111010101100000010100101101011001100010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996AC0; }

 p { color: rgb(153,106,192); }

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

<style>
 a { background-color: #996AC0; }

 a { background-color: rgb(153,106,192); }

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

<style>
 span { border-color: #996AC0; }

 span { border-color: rgb(153,106,192); }

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