Shades of Medium Purple #9968D9
Tints of Medium Purple #9968D9
RGB
CMYK
RGB Variations
Color information
#9968D9 (or 0x9968D9) is known color: Medium Purple. HEX triplet: 99, 68 and D9. RGB value is (153,104,217). Sum of RGB (Red+Green+Blue) = 153+104+217=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #9968D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968D9 is #669726. Grayscale: #838383. Windows color (decimal): -6723367 or 14248089. OLE color: 14248089.
HSL color Cylindrical-coordinate representation of color #9968D9: hue angle of 266.02º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9968D9 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 104 | 217 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.15 |
| HSL | 266.02º | 0.6% | 0.63% | - |
| HSV(B) | 266.02º | 0.52% | 0.85% | - |
| XYZ | 30.61 | 21.68 | 68.22 | - |
| YUV | 131.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 217 | 0.29 | 0.52 | 0 | 0.15 | 266.02 | 0.6 | 0.63 |
| Hex | 99 | 68 | D9 | 1D | 34 | 0 | F | 10A | 3C | 3F |
| Octal | 231 | 150 | 331 | 35 | 64 | 0 | 17 | 412 | 74 | 77 |
| Binary | 10011001 | 1101000 | 11011001 | 11101 | 110100 | 0 | 1111 | 100001010 | 111100 | 111111 |
Color Harmonies of #9968D9
Complementary color
Monochromatic Colors of #9968D9
Black with #9968D9
Text Example
Text Example
White with #9968D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968D9; }
p { color: rgb(153,104,217); }
H1.HeaderClassName
{
color: #9968D9;
}
.AnyTagClassName
{
color: #9968D9;
}
</style>
background-color css
<style>
a { background-color: #9968D9; }
a { background-color: rgb(153,104,217); }
div.DivClassName
{
background-color: #9968D9;
}
.BgClassName
{
background-color: #9968D9;
}
</style>
border-color css
<style>
span { border-color: #9968D9; }
span { border-color: rgb(153,104,217); }
td.TdClassName
{
border-color: #9968D9;
}
.TagClassName
{
border-color: #9968D9;
}
</style>