#996BCD

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

Shades of Amethyst #996BCD

Tints of Amethyst #996BCD

Color information

#996BCD (or 0x996BCD) is unknown color: approx Amethyst. HEX triplet: 99, 6B and CD. RGB value is (153,107,205). Sum of RGB (Red+Green+Blue) = 153+107+205=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #996BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BCD is #669432. Grayscale: #838383. Windows color (decimal): -6722611 or 13462425. OLE color: 13462425.

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

Color convert

RGB153107205-
CMYK0.250.4800.20
HSL268.16º49.49%61.18%-
HSV(B)268.16º47.8%80.39%-
XYZ29.4121.760.39-
YUV131.93169.24143.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=32.90%
G=23.01%
B=44.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531072050.250.4800.20268.1649.4961.18
Hex996BCD193001410c313d
Octal23115331531600244146175
Binary1001100111010111100110111001110000010100100001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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