#996ECE

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

Shades of Amethyst #996ECE

Tints of Amethyst #996ECE

Color information

#996ECE (or 0x996ECE) is unknown color: approx Amethyst. HEX triplet: 99, 6E and CE. RGB value is (153,110,206). Sum of RGB (Red+Green+Blue) = 153+110+206=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #996ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ECE is #669131. Grayscale: #858585. Windows color (decimal): -6721842 or 13528729. OLE color: 13528729.

HSL color Cylindrical-coordinate representation of color #996ECE: hue angle of 266.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996ECE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153110206-
CMYK0.260.4700.19
HSL266.88º49.48%61.96%-
HSV(B)266.88º46.6%80.78%-
XYZ29.8522.3861.14-
YUV133.8168.75141.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=32.62%
G=23.45%
B=43.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531102060.260.4700.19266.8849.4861.96
Hex996ECE1A2F01310b313e
Octal23115631632570234136176
Binary1001100111011101100111011010101111010011100001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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