Shades of Medium Purple #9969D8
Tints of Medium Purple #9969D8
RGB
CMYK
RGB Variations
Color information
#9969D8 (or 0x9969D8) is known color: Medium Purple. HEX triplet: 99, 69 and D8. RGB value is (153,105,216). Sum of RGB (Red+Green+Blue) = 153+105+216=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #9969D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969D8 is #669627. Grayscale: #838383. Windows color (decimal): -6723112 or 14182809. OLE color: 14182809.
HSL color Cylindrical-coordinate representation of color #9969D8: hue angle of 265.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9969D8 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 105 | 216 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.15 |
| HSL | 265.95º | 0.59% | 0.63% | - |
| HSV(B) | 265.95º | 0.51% | 0.85% | - |
| XYZ | 30.58 | 21.83 | 67.57 | - |
| YUV | 132.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 216 | 0.29 | 0.51 | 0 | 0.15 | 265.95 | 0.59 | 0.63 |
| Hex | 99 | 69 | D8 | 1D | 33 | 0 | F | 10A | 3B | 3F |
| Octal | 231 | 151 | 330 | 35 | 63 | 0 | 17 | 412 | 73 | 77 |
| Binary | 10011001 | 1101001 | 11011000 | 11101 | 110011 | 0 | 1111 | 100001010 | 111011 | 111111 |
Color Harmonies of #9969D8
Complementary color
Monochromatic Colors of #9969D8
Black with #9969D8
Text Example
Text Example
White with #9969D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969D8; }
p { color: rgb(153,105,216); }
H1.HeaderClassName
{
color: #9969D8;
}
.AnyTagClassName
{
color: #9969D8;
}
</style>
background-color css
<style>
a { background-color: #9969D8; }
a { background-color: rgb(153,105,216); }
div.DivClassName
{
background-color: #9969D8;
}
.BgClassName
{
background-color: #9969D8;
}
</style>
border-color css
<style>
span { border-color: #9969D8; }
span { border-color: rgb(153,105,216); }
td.TdClassName
{
border-color: #9969D8;
}
.TagClassName
{
border-color: #9969D8;
}
</style>