#996ECC

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

Shades of Amethyst #996ECC

Tints of Amethyst #996ECC

Color information

#996ECC (or 0x996ECC) is unknown color: approx Amethyst. HEX triplet: 99, 6E and CC. RGB value is (153,110,204). Sum of RGB (Red+Green+Blue) = 153+110+204=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #996ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ECC is #669133. Grayscale: #858585. Windows color (decimal): -6721844 or 13397657. OLE color: 13397657.

HSL color Cylindrical-coordinate representation of color #996ECC: hue angle of 267.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996ECC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153110204-
CMYK0.250.4600.2
HSL267.45º47.96%61.57%-
HSV(B)267.45º46.08%80%-
XYZ29.6122.2859.87-
YUV133.57167.75141.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=32.76%
G=23.55%
B=43.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531102040.250.4600.2267.4547.9661.57
Hex996ECC192E01410b303e
Octal23115631431560244136076
Binary1001100111011101100110011001101110010100100001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,204); }

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

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

 a { background-color: rgb(153,110,204); }

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

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

 span { border-color: rgb(153,110,204); }

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