Shades of Medium Purple #9968DD
Tints of Medium Purple #9968DD
RGB
CMYK
RGB Variations
Color information
#9968DD (or 0x9968DD) is known color: Medium Purple. HEX triplet: 99, 68 and DD. RGB value is (153,104,221). Sum of RGB (Red+Green+Blue) = 153+104+221=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #9968DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968DD is #669722. Grayscale: #838383. Windows color (decimal): -6723363 or 14510233. OLE color: 14510233.
HSL color Cylindrical-coordinate representation of color #9968DD: hue angle of 265.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9968DD is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 104 | 221 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.13 |
| HSL | 265.13º | 0.63% | 0.64% | - |
| HSV(B) | 265.13º | 0.53% | 0.87% | - |
| XYZ | 31.14 | 21.89 | 70.99 | - |
| YUV | 131.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 221 | 0.31 | 0.53 | 0 | 0.13 | 265.13 | 0.63 | 0.64 |
| Hex | 99 | 68 | DD | 1F | 35 | 0 | D | 109 | 3F | 40 |
| Octal | 231 | 150 | 335 | 37 | 65 | 0 | 15 | 411 | 77 | 100 |
| Binary | 10011001 | 1101000 | 11011101 | 11111 | 110101 | 0 | 1101 | 100001001 | 111111 | 1000000 |
Color Harmonies of #9968DD
Complementary color
Monochromatic Colors of #9968DD
Black with #9968DD
Text Example
Text Example
White with #9968DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968DD; }
p { color: rgb(153,104,221); }
H1.HeaderClassName
{
color: #9968DD;
}
.AnyTagClassName
{
color: #9968DD;
}
</style>
background-color css
<style>
a { background-color: #9968DD; }
a { background-color: rgb(153,104,221); }
div.DivClassName
{
background-color: #9968DD;
}
.BgClassName
{
background-color: #9968DD;
}
</style>
border-color css
<style>
span { border-color: #9968DD; }
span { border-color: rgb(153,104,221); }
td.TdClassName
{
border-color: #9968DD;
}
.TagClassName
{
border-color: #9968DD;
}
</style>