Shades of Medium Purple #9072DA
Tints of Medium Purple #9072DA
RGB
CMYK
RGB Variations
Color information
#9072DA (or 0x9072DA) is known color: Medium Purple. HEX triplet: 90, 72 and DA. RGB value is (144,114,218). Sum of RGB (Red+Green+Blue) = 144+114+218=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #9072DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072DA is #6F8D25. Grayscale: #868686. Windows color (decimal): -7310630 or 14316176. OLE color: 14316176.
HSL color Cylindrical-coordinate representation of color #9072DA: hue angle of 257.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9072DA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 114 | 218 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.15 |
| HSL | 257.31º | 0.58% | 0.65% | - |
| HSV(B) | 257.31º | 0.48% | 0.85% | - |
| XYZ | 30.17 | 23.03 | 69.18 | - |
| YUV | 134.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 218 | 0.34 | 0.48 | 0 | 0.15 | 257.31 | 0.58 | 0.65 |
| Hex | 90 | 72 | DA | 22 | 30 | 0 | F | 101 | 3A | 41 |
| Octal | 220 | 162 | 332 | 42 | 60 | 0 | 17 | 401 | 72 | 101 |
| Binary | 10010000 | 1110010 | 11011010 | 100010 | 110000 | 0 | 1111 | 100000001 | 111010 | 1000001 |
Color Harmonies of #9072DA
Complementary color
Monochromatic Colors of #9072DA
Black with #9072DA
Text Example
Text Example
White with #9072DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072DA; }
p { color: rgb(144,114,218); }
H1.HeaderClassName
{
color: #9072DA;
}
.AnyTagClassName
{
color: #9072DA;
}
</style>
background-color css
<style>
a { background-color: #9072DA; }
a { background-color: rgb(144,114,218); }
div.DivClassName
{
background-color: #9072DA;
}
.BgClassName
{
background-color: #9072DA;
}
</style>
border-color css
<style>
span { border-color: #9072DA; }
span { border-color: rgb(144,114,218); }
td.TdClassName
{
border-color: #9072DA;
}
.TagClassName
{
border-color: #9072DA;
}
</style>