Shades of Medium Purple #9066DB
Tints of Medium Purple #9066DB
RGB
CMYK
RGB Variations
Color information
#9066DB (or 0x9066DB) is known color: Medium Purple. HEX triplet: 90, 66 and DB. RGB value is (144,102,219). Sum of RGB (Red+Green+Blue) = 144+102+219=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9066DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066DB is #6F9924. Grayscale: #7F7F7F. Windows color (decimal): -7313701 or 14378640. OLE color: 14378640.
HSL color Cylindrical-coordinate representation of color #9066DB: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9066DB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 102 | 219 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.14 |
| HSL | 261.54º | 0.62% | 0.63% | - |
| HSV(B) | 261.54º | 0.53% | 0.86% | - |
| XYZ | 29.04 | 20.55 | 69.45 | - |
| YUV | 127.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 219 | 0.34 | 0.53 | 0 | 0.14 | 261.54 | 0.62 | 0.63 |
| Hex | 90 | 66 | DB | 22 | 35 | 0 | E | 106 | 3E | 3F |
| Octal | 220 | 146 | 333 | 42 | 65 | 0 | 16 | 406 | 76 | 77 |
| Binary | 10010000 | 1100110 | 11011011 | 100010 | 110101 | 0 | 1110 | 100000110 | 111110 | 111111 |
Color Harmonies of #9066DB
Complementary color
Monochromatic Colors of #9066DB
Black with #9066DB
Text Example
Text Example
White with #9066DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066DB; }
p { color: rgb(144,102,219); }
H1.HeaderClassName
{
color: #9066DB;
}
.AnyTagClassName
{
color: #9066DB;
}
</style>
background-color css
<style>
a { background-color: #9066DB; }
a { background-color: rgb(144,102,219); }
div.DivClassName
{
background-color: #9066DB;
}
.BgClassName
{
background-color: #9066DB;
}
</style>
border-color css
<style>
span { border-color: #9066DB; }
span { border-color: rgb(144,102,219); }
td.TdClassName
{
border-color: #9066DB;
}
.TagClassName
{
border-color: #9066DB;
}
</style>