Shades of Medium Purple #9079DB
Tints of Medium Purple #9079DB
RGB
CMYK
RGB Variations
Color information
#9079DB (or 0x9079DB) is known color: Medium Purple. HEX triplet: 90, 79 and DB. RGB value is (144,121,219). Sum of RGB (Red+Green+Blue) = 144+121+219=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9079DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079DB is #6F8624. Grayscale: #8A8A8A. Windows color (decimal): -7308837 or 14383504. OLE color: 14383504.
HSL color Cylindrical-coordinate representation of color #9079DB: hue angle of 254.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9079DB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 121 | 219 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.14 |
| HSL | 254.08º | 0.58% | 0.67% | - |
| HSV(B) | 254.08º | 0.45% | 0.86% | - |
| XYZ | 31.13 | 24.72 | 70.15 | - |
| YUV | 139.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 219 | 0.34 | 0.45 | 0 | 0.14 | 254.08 | 0.58 | 0.67 |
| Hex | 90 | 79 | DB | 22 | 2D | 0 | E | FE | 3A | 43 |
| Octal | 220 | 171 | 333 | 42 | 55 | 0 | 16 | 376 | 72 | 103 |
| Binary | 10010000 | 1111001 | 11011011 | 100010 | 101101 | 0 | 1110 | 11111110 | 111010 | 1000011 |
Color Harmonies of #9079DB
Complementary color
Monochromatic Colors of #9079DB
Black with #9079DB
Text Example
Text Example
White with #9079DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079DB; }
p { color: rgb(144,121,219); }
H1.HeaderClassName
{
color: #9079DB;
}
.AnyTagClassName
{
color: #9079DB;
}
</style>
background-color css
<style>
a { background-color: #9079DB; }
a { background-color: rgb(144,121,219); }
div.DivClassName
{
background-color: #9079DB;
}
.BgClassName
{
background-color: #9079DB;
}
</style>
border-color css
<style>
span { border-color: #9079DB; }
span { border-color: rgb(144,121,219); }
td.TdClassName
{
border-color: #9079DB;
}
.TagClassName
{
border-color: #9079DB;
}
</style>