#996BD1

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

Shades of Amethyst #996BD1

Tints of Amethyst #996BD1

Color information

#996BD1 (or 0x996BD1) is unknown color: approx Amethyst. HEX triplet: 99, 6B and D1. RGB value is (153,107,209). Sum of RGB (Red+Green+Blue) = 153+107+209=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #996BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BD1 is #66942E. Grayscale: #848484. Windows color (decimal): -6722607 or 13724569. OLE color: 13724569.

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

Color convert

RGB153107209-
CMYK0.270.4900.18
HSL267.06º52.58%61.96%-
HSV(B)267.06º48.8%81.96%-
XYZ29.921.8962.97-
YUV132.38171.24142.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=32.62%
G=22.81%
B=44.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531072090.270.4900.18267.0652.5861.96
Hex996BD11B3101210b353e
Octal23115332133610224136576
Binary1001100111010111101000111011110001010010100001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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