Shades of Medium Purple #9669DD
Tints of Medium Purple #9669DD
RGB
CMYK
RGB Variations
Color information
#9669DD (or 0x9669DD) is known color: Medium Purple. HEX triplet: 96, 69 and DD. RGB value is (150,105,221). Sum of RGB (Red+Green+Blue) = 150+105+221=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9669DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669DD is #699622. Grayscale: #838383. Windows color (decimal): -6919715 or 14510486. OLE color: 14510486.
HSL color Cylindrical-coordinate representation of color #9669DD: hue angle of 263.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9669DD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 105 | 221 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 263.28º | 0.63% | 0.64% | - |
| HSV(B) | 263.28º | 0.52% | 0.87% | - |
| XYZ | 30.68 | 21.81 | 71 | - |
| YUV | 131.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 221 | 0.32 | 0.52 | 0 | 0.13 | 263.28 | 0.63 | 0.64 |
| Hex | 96 | 69 | DD | 20 | 34 | 0 | D | 107 | 3F | 40 |
| Octal | 226 | 151 | 335 | 40 | 64 | 0 | 15 | 407 | 77 | 100 |
| Binary | 10010110 | 1101001 | 11011101 | 100000 | 110100 | 0 | 1101 | 100000111 | 111111 | 1000000 |
Color Harmonies of #9669DD
Complementary color
Monochromatic Colors of #9669DD
Black with #9669DD
Text Example
Text Example
White with #9669DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669DD; }
p { color: rgb(150,105,221); }
H1.HeaderClassName
{
color: #9669DD;
}
.AnyTagClassName
{
color: #9669DD;
}
</style>
background-color css
<style>
a { background-color: #9669DD; }
a { background-color: rgb(150,105,221); }
div.DivClassName
{
background-color: #9669DD;
}
.BgClassName
{
background-color: #9669DD;
}
</style>
border-color css
<style>
span { border-color: #9669DD; }
span { border-color: rgb(150,105,221); }
td.TdClassName
{
border-color: #9669DD;
}
.TagClassName
{
border-color: #9669DD;
}
</style>