#996CCE

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

Shades of Amethyst #996CCE

Tints of Amethyst #996CCE

Color information

#996CCE (or 0x996CCE) is unknown color: approx Amethyst. HEX triplet: 99, 6C and CE. RGB value is (153,108,206). Sum of RGB (Red+Green+Blue) = 153+108+206=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #996CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CCE is #669331. Grayscale: #848484. Windows color (decimal): -6722354 or 13528217. OLE color: 13528217.

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

Color convert

RGB153108206-
CMYK0.260.4800.19
HSL267.55º50%61.57%-
HSV(B)267.55º47.57%80.78%-
XYZ29.6421.9561.07-
YUV132.63169.41142.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=32.76%
G=23.13%
B=44.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531082060.260.4800.19267.555061.57
Hex996CCE1A3001310c323e
Octal23115431632600234146276
Binary1001100111011001100111011010110000010011100001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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