#996CD1

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

Shades of Amethyst #996CD1

Tints of Amethyst #996CD1

Color information

#996CD1 (or 0x996CD1) is unknown color: approx Amethyst. HEX triplet: 99, 6C and D1. RGB value is (153,108,209). Sum of RGB (Red+Green+Blue) = 153+108+209=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #996CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CD1 is #66932E. Grayscale: #848484. Windows color (decimal): -6722351 or 13724825. OLE color: 13724825.

HSL color Cylindrical-coordinate representation of color #996CD1: hue angle of 266.73º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996CD1 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153108209-
CMYK0.270.4800.18
HSL266.73º52.33%62.16%-
HSV(B)266.73º48.33%81.96%-
XYZ30.0122.163.01-
YUV132.97170.91142.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=32.55%
G=22.98%
B=44.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531082090.270.4800.18266.7352.3362.16
Hex996CD11B3001210b343e
Octal23115432133600224136476
Binary1001100111011001101000111011110000010010100001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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