#996DCF

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

Shades of Amethyst #996DCF

Tints of Amethyst #996DCF

Color information

#996DCF (or 0x996DCF) is unknown color: approx Amethyst. HEX triplet: 99, 6D and CF. RGB value is (153,109,207). Sum of RGB (Red+Green+Blue) = 153+109+207=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #996DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DCF is #669230. Grayscale: #848484. Windows color (decimal): -6722097 or 13594009. OLE color: 13594009.

HSL color Cylindrical-coordinate representation of color #996DCF: hue angle of 266.94º degrees, saturation: 0.51, 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 #996DCF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153109207-
CMYK0.260.4700.19
HSL266.94º50.52%61.96%-
HSV(B)266.94º47.34%81.18%-
XYZ29.8722.2161.75-
YUV133.33169.58142.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=32.62%
G=23.24%
B=44.14%

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
Decimal1531092070.260.4700.19266.9450.5261.96
Hex996DCF1A2F01310b333e
Octal23115531732570234136376
Binary1001100111011011100111111010101111010011100001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,207); }

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

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

 a { background-color: rgb(153,109,207); }

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

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

 span { border-color: rgb(153,109,207); }

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