Shades of Medium Purple #9072DC
Tints of Medium Purple #9072DC
RGB
CMYK
RGB Variations
Color information
#9072DC (or 0x9072DC) is known color: Medium Purple. HEX triplet: 90, 72 and DC. RGB value is (144,114,220). Sum of RGB (Red+Green+Blue) = 144+114+220=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9072DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072DC is #6F8D23. Grayscale: #868686. Windows color (decimal): -7310628 or 14447248. OLE color: 14447248.
HSL color Cylindrical-coordinate representation of color #9072DC: hue angle of 256.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9072DC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 114 | 220 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.14 |
| HSL | 256.98º | 0.6% | 0.65% | - |
| HSV(B) | 256.98º | 0.48% | 0.86% | - |
| XYZ | 30.44 | 23.13 | 70.57 | - |
| YUV | 135.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 220 | 0.35 | 0.48 | 0 | 0.14 | 256.98 | 0.6 | 0.65 |
| Hex | 90 | 72 | DC | 23 | 30 | 0 | E | 101 | 3C | 41 |
| Octal | 220 | 162 | 334 | 43 | 60 | 0 | 16 | 401 | 74 | 101 |
| Binary | 10010000 | 1110010 | 11011100 | 100011 | 110000 | 0 | 1110 | 100000001 | 111100 | 1000001 |
Color Harmonies of #9072DC
Complementary color
Monochromatic Colors of #9072DC
Black with #9072DC
Text Example
Text Example
White with #9072DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072DC; }
p { color: rgb(144,114,220); }
H1.HeaderClassName
{
color: #9072DC;
}
.AnyTagClassName
{
color: #9072DC;
}
</style>
background-color css
<style>
a { background-color: #9072DC; }
a { background-color: rgb(144,114,220); }
div.DivClassName
{
background-color: #9072DC;
}
.BgClassName
{
background-color: #9072DC;
}
</style>
border-color css
<style>
span { border-color: #9072DC; }
span { border-color: rgb(144,114,220); }
td.TdClassName
{
border-color: #9072DC;
}
.TagClassName
{
border-color: #9072DC;
}
</style>