Shades of Medium Purple #996ADE
Tints of Medium Purple #996ADE
RGB
CMYK
RGB Variations
Color information
#996ADE (or 0x996ADE) is known color: Medium Purple. HEX triplet: 99, 6A and DE. RGB value is (153,106,222). Sum of RGB (Red+Green+Blue) = 153+106+222=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #996ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ADE is #669521. Grayscale: #848484. Windows color (decimal): -6722850 or 14576281. OLE color: 14576281.
HSL color Cylindrical-coordinate representation of color #996ADE: hue angle of 264.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996ADE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 106 | 222 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.13 |
| HSL | 264.31º | 0.64% | 0.64% | - |
| HSV(B) | 264.31º | 0.52% | 0.87% | - |
| XYZ | 31.48 | 22.35 | 71.76 | - |
| YUV | 133.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 222 | 0.31 | 0.52 | 0 | 0.13 | 264.31 | 0.64 | 0.64 |
| Hex | 99 | 6A | DE | 1F | 34 | 0 | D | 108 | 40 | 40 |
| Octal | 231 | 152 | 336 | 37 | 64 | 0 | 15 | 410 | 100 | 100 |
| Binary | 10011001 | 1101010 | 11011110 | 11111 | 110100 | 0 | 1101 | 100001000 | 1000000 | 1000000 |
Color Harmonies of #996ADE
Complementary color
Monochromatic Colors of #996ADE
Black with #996ADE
Text Example
Text Example
White with #996ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ADE; }
p { color: rgb(153,106,222); }
H1.HeaderClassName
{
color: #996ADE;
}
.AnyTagClassName
{
color: #996ADE;
}
</style>
background-color css
<style>
a { background-color: #996ADE; }
a { background-color: rgb(153,106,222); }
div.DivClassName
{
background-color: #996ADE;
}
.BgClassName
{
background-color: #996ADE;
}
</style>
border-color css
<style>
span { border-color: #996ADE; }
span { border-color: rgb(153,106,222); }
td.TdClassName
{
border-color: #996ADE;
}
.TagClassName
{
border-color: #996ADE;
}
</style>