Shades of Medium Purple #996ADF
Tints of Medium Purple #996ADF
RGB
CMYK
RGB Variations
Color information
#996ADF (or 0x996ADF) is known color: Medium Purple. HEX triplet: 99, 6A and DF. RGB value is (153,106,223). Sum of RGB (Red+Green+Blue) = 153+106+223=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #996ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ADF is #669520. Grayscale: #848484. Windows color (decimal): -6722849 or 14641817. OLE color: 14641817.
HSL color Cylindrical-coordinate representation of color #996ADF: hue angle of 264.1º degrees, saturation: 0.65, 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 #996ADF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 106 | 223 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.13 |
| HSL | 264.1º | 0.65% | 0.65% | - |
| HSV(B) | 264.1º | 0.52% | 0.87% | - |
| XYZ | 31.61 | 22.41 | 72.47 | - |
| YUV | 133.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 223 | 0.31 | 0.52 | 0 | 0.13 | 264.1 | 0.65 | 0.65 |
| Hex | 99 | 6A | DF | 1F | 34 | 0 | D | 108 | 41 | 41 |
| Octal | 231 | 152 | 337 | 37 | 64 | 0 | 15 | 410 | 101 | 101 |
| Binary | 10011001 | 1101010 | 11011111 | 11111 | 110100 | 0 | 1101 | 100001000 | 1000001 | 1000001 |
Color Harmonies of #996ADF
Complementary color
Monochromatic Colors of #996ADF
Black with #996ADF
Text Example
Text Example
White with #996ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ADF; }
p { color: rgb(153,106,223); }
H1.HeaderClassName
{
color: #996ADF;
}
.AnyTagClassName
{
color: #996ADF;
}
</style>
background-color css
<style>
a { background-color: #996ADF; }
a { background-color: rgb(153,106,223); }
div.DivClassName
{
background-color: #996ADF;
}
.BgClassName
{
background-color: #996ADF;
}
</style>
border-color css
<style>
span { border-color: #996ADF; }
span { border-color: rgb(153,106,223); }
td.TdClassName
{
border-color: #996ADF;
}
.TagClassName
{
border-color: #996ADF;
}
</style>