Shades of Medium Purple #996CDF
Tints of Medium Purple #996CDF
RGB
CMYK
RGB Variations
Color information
#996CDF (or 0x996CDF) is known color: Medium Purple. HEX triplet: 99, 6C and DF. RGB value is (153,108,223). Sum of RGB (Red+Green+Blue) = 153+108+223=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #996CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CDF is #669320. Grayscale: #868686. Windows color (decimal): -6722337 or 14642329. OLE color: 14642329.
HSL color Cylindrical-coordinate representation of color #996CDF: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996CDF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 108 | 223 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.13 |
| HSL | 263.48º | 0.64% | 0.65% | - |
| HSV(B) | 263.48º | 0.52% | 0.87% | - |
| XYZ | 31.82 | 22.83 | 72.54 | - |
| YUV | 134.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 223 | 0.31 | 0.52 | 0 | 0.13 | 263.48 | 0.64 | 0.65 |
| Hex | 99 | 6C | DF | 1F | 34 | 0 | D | 107 | 40 | 41 |
| Octal | 231 | 154 | 337 | 37 | 64 | 0 | 15 | 407 | 100 | 101 |
| Binary | 10011001 | 1101100 | 11011111 | 11111 | 110100 | 0 | 1101 | 100000111 | 1000000 | 1000001 |
Color Harmonies of #996CDF
Complementary color
Monochromatic Colors of #996CDF
Black with #996CDF
Text Example
Text Example
White with #996CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CDF; }
p { color: rgb(153,108,223); }
H1.HeaderClassName
{
color: #996CDF;
}
.AnyTagClassName
{
color: #996CDF;
}
</style>
background-color css
<style>
a { background-color: #996CDF; }
a { background-color: rgb(153,108,223); }
div.DivClassName
{
background-color: #996CDF;
}
.BgClassName
{
background-color: #996CDF;
}
</style>
border-color css
<style>
span { border-color: #996CDF; }
span { border-color: rgb(153,108,223); }
td.TdClassName
{
border-color: #996CDF;
}
.TagClassName
{
border-color: #996CDF;
}
</style>