#996DCD

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

Shades of Amethyst #996DCD

Tints of Amethyst #996DCD

Color information

#996DCD (or 0x996DCD) is unknown color: approx Amethyst. HEX triplet: 99, 6D and CD. RGB value is (153,109,205). Sum of RGB (Red+Green+Blue) = 153+109+205=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #996DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DCD is #669232. Grayscale: #848484. Windows color (decimal): -6722099 or 13462937. OLE color: 13462937.

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

Color convert

RGB153109205-
CMYK0.250.4700.20
HSL267.5º48.98%61.57%-
HSV(B)267.5º46.83%80.39%-
XYZ29.6222.1260.47-
YUV133.1168.58142.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=32.76%
G=23.34%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531092050.250.4700.20267.548.9861.57
Hex996DCD192F01410c313e
Octal23115531531570244146176
Binary1001100111011011100110111001101111010100100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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