#996ECB

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

Shades of Amethyst #996ECB

Tints of Amethyst #996ECB

Color information

#996ECB (or 0x996ECB) is unknown color: approx Amethyst. HEX triplet: 99, 6E and CB. RGB value is (153,110,203). Sum of RGB (Red+Green+Blue) = 153+110+203=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #996ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ECB is #669134. Grayscale: #858585. Windows color (decimal): -6721845 or 13332121. OLE color: 13332121.

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

Color convert

RGB153110203-
CMYK0.250.4600.20
HSL267.74º47.21%61.37%-
HSV(B)267.74º45.81%79.61%-
XYZ29.4922.2459.24-
YUV133.46167.25141.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=32.83%
G=23.61%
B=43.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531102030.250.4600.20267.7447.2161.37
Hex996ECB192E01410c2f3d
Octal23115631331560244145775
Binary1001100111011101100101111001101110010100100001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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