Shades of Medium Purple #9073DB
Tints of Medium Purple #9073DB
RGB
CMYK
RGB Variations
Color information
#9073DB (or 0x9073DB) is known color: Medium Purple. HEX triplet: 90, 73 and DB. RGB value is (144,115,219). Sum of RGB (Red+Green+Blue) = 144+115+219=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #9073DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073DB is #6F8C24. Grayscale: #878787. Windows color (decimal): -7310373 or 14381968. OLE color: 14381968.
HSL color Cylindrical-coordinate representation of color #9073DB: hue angle of 256.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9073DB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 115 | 219 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.14 |
| HSL | 256.73º | 0.59% | 0.65% | - |
| HSV(B) | 256.73º | 0.47% | 0.86% | - |
| XYZ | 30.42 | 23.31 | 69.91 | - |
| YUV | 135.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 219 | 0.34 | 0.47 | 0 | 0.14 | 256.73 | 0.59 | 0.65 |
| Hex | 90 | 73 | DB | 22 | 2F | 0 | E | 101 | 3B | 41 |
| Octal | 220 | 163 | 333 | 42 | 57 | 0 | 16 | 401 | 73 | 101 |
| Binary | 10010000 | 1110011 | 11011011 | 100010 | 101111 | 0 | 1110 | 100000001 | 111011 | 1000001 |
Color Harmonies of #9073DB
Complementary color
Monochromatic Colors of #9073DB
Black with #9073DB
Text Example
Text Example
White with #9073DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073DB; }
p { color: rgb(144,115,219); }
H1.HeaderClassName
{
color: #9073DB;
}
.AnyTagClassName
{
color: #9073DB;
}
</style>
background-color css
<style>
a { background-color: #9073DB; }
a { background-color: rgb(144,115,219); }
div.DivClassName
{
background-color: #9073DB;
}
.BgClassName
{
background-color: #9073DB;
}
</style>
border-color css
<style>
span { border-color: #9073DB; }
span { border-color: rgb(144,115,219); }
td.TdClassName
{
border-color: #9073DB;
}
.TagClassName
{
border-color: #9073DB;
}
</style>