Shades of Medium Purple #9076DA
Tints of Medium Purple #9076DA
RGB
CMYK
RGB Variations
Color information
#9076DA (or 0x9076DA) is known color: Medium Purple. HEX triplet: 90, 76 and DA. RGB value is (144,118,218). Sum of RGB (Red+Green+Blue) = 144+118+218=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #9076DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076DA is #6F8925. Grayscale: #888888. Windows color (decimal): -7309606 or 14317200. OLE color: 14317200.
HSL color Cylindrical-coordinate representation of color #9076DA: hue angle of 255.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9076DA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 118 | 218 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.15 |
| HSL | 255.6º | 0.57% | 0.66% | - |
| HSV(B) | 255.6º | 0.46% | 0.85% | - |
| XYZ | 30.63 | 23.95 | 69.34 | - |
| YUV | 137.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 218 | 0.34 | 0.46 | 0 | 0.15 | 255.6 | 0.57 | 0.66 |
| Hex | 90 | 76 | DA | 22 | 2E | 0 | F | 100 | 39 | 42 |
| Octal | 220 | 166 | 332 | 42 | 56 | 0 | 17 | 400 | 71 | 102 |
| Binary | 10010000 | 1110110 | 11011010 | 100010 | 101110 | 0 | 1111 | 100000000 | 111001 | 1000010 |
Color Harmonies of #9076DA
Complementary color
Monochromatic Colors of #9076DA
Black with #9076DA
Text Example
Text Example
White with #9076DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076DA; }
p { color: rgb(144,118,218); }
H1.HeaderClassName
{
color: #9076DA;
}
.AnyTagClassName
{
color: #9076DA;
}
</style>
background-color css
<style>
a { background-color: #9076DA; }
a { background-color: rgb(144,118,218); }
div.DivClassName
{
background-color: #9076DA;
}
.BgClassName
{
background-color: #9076DA;
}
</style>
border-color css
<style>
span { border-color: #9076DA; }
span { border-color: rgb(144,118,218); }
td.TdClassName
{
border-color: #9076DA;
}
.TagClassName
{
border-color: #9076DA;
}
</style>