Shades of Medium Purple #9069DD
Tints of Medium Purple #9069DD
RGB
CMYK
RGB Variations
Color information
#9069DD (or 0x9069DD) is known color: Medium Purple. HEX triplet: 90, 69 and DD. RGB value is (144,105,221). Sum of RGB (Red+Green+Blue) = 144+105+221=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #9069DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069DD is #6F9622. Grayscale: #818181. Windows color (decimal): -7312931 or 14510480. OLE color: 14510480.
HSL color Cylindrical-coordinate representation of color #9069DD: hue angle of 260.17º 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 #9069DD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 105 | 221 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.13 |
| HSL | 260.17º | 0.63% | 0.64% | - |
| HSV(B) | 260.17º | 0.52% | 0.87% | - |
| XYZ | 29.6 | 21.25 | 70.95 | - |
| YUV | 129.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 221 | 0.35 | 0.52 | 0 | 0.13 | 260.17 | 0.63 | 0.64 |
| Hex | 90 | 69 | DD | 23 | 34 | 0 | D | 104 | 3F | 40 |
| Octal | 220 | 151 | 335 | 43 | 64 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10010000 | 1101001 | 11011101 | 100011 | 110100 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #9069DD
Complementary color
Monochromatic Colors of #9069DD
Black with #9069DD
Text Example
Text Example
White with #9069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069DD; }
p { color: rgb(144,105,221); }
H1.HeaderClassName
{
color: #9069DD;
}
.AnyTagClassName
{
color: #9069DD;
}
</style>
background-color css
<style>
a { background-color: #9069DD; }
a { background-color: rgb(144,105,221); }
div.DivClassName
{
background-color: #9069DD;
}
.BgClassName
{
background-color: #9069DD;
}
</style>
border-color css
<style>
span { border-color: #9069DD; }
span { border-color: rgb(144,105,221); }
td.TdClassName
{
border-color: #9069DD;
}
.TagClassName
{
border-color: #9069DD;
}
</style>