Shades of Medium Purple #9076DB
Tints of Medium Purple #9076DB
RGB
CMYK
RGB Variations
Color information
#9076DB (or 0x9076DB) is known color: Medium Purple. HEX triplet: 90, 76 and DB. RGB value is (144,118,219). Sum of RGB (Red+Green+Blue) = 144+118+219=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9076DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076DB is #6F8924. Grayscale: #888888. Windows color (decimal): -7309605 or 14382736. OLE color: 14382736.
HSL color Cylindrical-coordinate representation of color #9076DB: hue angle of 255.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9076DB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 118 | 219 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.14 |
| HSL | 255.45º | 0.58% | 0.66% | - |
| HSV(B) | 255.45º | 0.46% | 0.86% | - |
| XYZ | 30.77 | 24 | 70.03 | - |
| YUV | 137.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 219 | 0.34 | 0.46 | 0 | 0.14 | 255.45 | 0.58 | 0.66 |
| Hex | 90 | 76 | DB | 22 | 2E | 0 | E | FF | 3A | 42 |
| Octal | 220 | 166 | 333 | 42 | 56 | 0 | 16 | 377 | 72 | 102 |
| Binary | 10010000 | 1110110 | 11011011 | 100010 | 101110 | 0 | 1110 | 11111111 | 111010 | 1000010 |
Color Harmonies of #9076DB
Complementary color
Monochromatic Colors of #9076DB
Black with #9076DB
Text Example
Text Example
White with #9076DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076DB; }
p { color: rgb(144,118,219); }
H1.HeaderClassName
{
color: #9076DB;
}
.AnyTagClassName
{
color: #9076DB;
}
</style>
background-color css
<style>
a { background-color: #9076DB; }
a { background-color: rgb(144,118,219); }
div.DivClassName
{
background-color: #9076DB;
}
.BgClassName
{
background-color: #9076DB;
}
</style>
border-color css
<style>
span { border-color: #9076DB; }
span { border-color: rgb(144,118,219); }
td.TdClassName
{
border-color: #9076DB;
}
.TagClassName
{
border-color: #9076DB;
}
</style>