Shades of Medium Purple #9965DD
Tints of Medium Purple #9965DD
RGB
CMYK
RGB Variations
Color information
#9965DD (or 0x9965DD) is known color: Medium Purple. HEX triplet: 99, 65 and DD. RGB value is (153,101,221). Sum of RGB (Red+Green+Blue) = 153+101+221=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9965DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965DD is #669A22. Grayscale: #818181. Windows color (decimal): -6724131 or 14509465. OLE color: 14509465.
HSL color Cylindrical-coordinate representation of color #9965DD: hue angle of 266º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9965DD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 101 | 221 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.13 |
| HSL | 266º | 0.64% | 0.63% | - |
| HSV(B) | 266º | 0.54% | 0.87% | - |
| XYZ | 30.84 | 21.3 | 70.89 | - |
| YUV | 130.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 221 | 0.31 | 0.54 | 0 | 0.13 | 266 | 0.64 | 0.63 |
| Hex | 99 | 65 | DD | 1F | 36 | 0 | D | 10A | 40 | 3F |
| Octal | 231 | 145 | 335 | 37 | 66 | 0 | 15 | 412 | 100 | 77 |
| Binary | 10011001 | 1100101 | 11011101 | 11111 | 110110 | 0 | 1101 | 100001010 | 1000000 | 111111 |
Color Harmonies of #9965DD
Complementary color
Monochromatic Colors of #9965DD
Black with #9965DD
Text Example
Text Example
White with #9965DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965DD; }
p { color: rgb(153,101,221); }
H1.HeaderClassName
{
color: #9965DD;
}
.AnyTagClassName
{
color: #9965DD;
}
</style>
background-color css
<style>
a { background-color: #9965DD; }
a { background-color: rgb(153,101,221); }
div.DivClassName
{
background-color: #9965DD;
}
.BgClassName
{
background-color: #9965DD;
}
</style>
border-color css
<style>
span { border-color: #9965DD; }
span { border-color: rgb(153,101,221); }
td.TdClassName
{
border-color: #9965DD;
}
.TagClassName
{
border-color: #9965DD;
}
</style>