Shades of Medium Purple #9076DD
Tints of Medium Purple #9076DD
RGB
CMYK
RGB Variations
Color information
#9076DD (or 0x9076DD) is known color: Medium Purple. HEX triplet: 90, 76 and DD. RGB value is (144,118,221). Sum of RGB (Red+Green+Blue) = 144+118+221=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9076DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076DD is #6F8922. Grayscale: #898989. Windows color (decimal): -7309603 or 14513808. OLE color: 14513808.
HSL color Cylindrical-coordinate representation of color #9076DD: hue angle of 255.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9076DD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 118 | 221 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.13 |
| HSL | 255.15º | 0.6% | 0.66% | - |
| HSV(B) | 255.15º | 0.47% | 0.87% | - |
| XYZ | 31.03 | 24.11 | 71.42 | - |
| YUV | 137.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 221 | 0.35 | 0.47 | 0 | 0.13 | 255.15 | 0.6 | 0.66 |
| Hex | 90 | 76 | DD | 23 | 2F | 0 | D | FF | 3C | 42 |
| Octal | 220 | 166 | 335 | 43 | 57 | 0 | 15 | 377 | 74 | 102 |
| Binary | 10010000 | 1110110 | 11011101 | 100011 | 101111 | 0 | 1101 | 11111111 | 111100 | 1000010 |
Color Harmonies of #9076DD
Complementary color
Monochromatic Colors of #9076DD
Black with #9076DD
Text Example
Text Example
White with #9076DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076DD; }
p { color: rgb(144,118,221); }
H1.HeaderClassName
{
color: #9076DD;
}
.AnyTagClassName
{
color: #9076DD;
}
</style>
background-color css
<style>
a { background-color: #9076DD; }
a { background-color: rgb(144,118,221); }
div.DivClassName
{
background-color: #9076DD;
}
.BgClassName
{
background-color: #9076DD;
}
</style>
border-color css
<style>
span { border-color: #9076DD; }
span { border-color: rgb(144,118,221); }
td.TdClassName
{
border-color: #9076DD;
}
.TagClassName
{
border-color: #9076DD;
}
</style>