Shades of Medium Purple #9063DB
Tints of Medium Purple #9063DB
RGB
CMYK
RGB Variations
Color information
#9063DB (or 0x9063DB) is known color: Medium Purple. HEX triplet: 90, 63 and DB. RGB value is (144,99,219). Sum of RGB (Red+Green+Blue) = 144+99+219=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #9063DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063DB is #6F9C24. Grayscale: #7D7D7D. Windows color (decimal): -7314469 or 14377872. OLE color: 14377872.
HSL color Cylindrical-coordinate representation of color #9063DB: hue angle of 262.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9063DB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 99 | 219 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.14 |
| HSL | 262.5º | 0.63% | 0.62% | - |
| HSV(B) | 262.5º | 0.55% | 0.86% | - |
| XYZ | 28.75 | 19.97 | 69.36 | - |
| YUV | 126.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 219 | 0.34 | 0.55 | 0 | 0.14 | 262.5 | 0.63 | 0.62 |
| Hex | 90 | 63 | DB | 22 | 37 | 0 | E | 106 | 3E | 3E |
| Octal | 220 | 143 | 333 | 42 | 67 | 0 | 16 | 406 | 76 | 76 |
| Binary | 10010000 | 1100011 | 11011011 | 100010 | 110111 | 0 | 1110 | 100000110 | 111110 | 111110 |
Color Harmonies of #9063DB
Complementary color
Monochromatic Colors of #9063DB
Black with #9063DB
Text Example
Text Example
White with #9063DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063DB; }
p { color: rgb(144,99,219); }
H1.HeaderClassName
{
color: #9063DB;
}
.AnyTagClassName
{
color: #9063DB;
}
</style>
background-color css
<style>
a { background-color: #9063DB; }
a { background-color: rgb(144,99,219); }
div.DivClassName
{
background-color: #9063DB;
}
.BgClassName
{
background-color: #9063DB;
}
</style>
border-color css
<style>
span { border-color: #9063DB; }
span { border-color: rgb(144,99,219); }
td.TdClassName
{
border-color: #9063DB;
}
.TagClassName
{
border-color: #9063DB;
}
</style>