Shades of Medium Purple #9272DB
Tints of Medium Purple #9272DB
RGB
CMYK
RGB Variations
Color information
#9272DB (or 0x9272DB) is known color: Medium Purple. HEX triplet: 92, 72 and DB. RGB value is (146,114,219). Sum of RGB (Red+Green+Blue) = 146+114+219=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9272DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272DB is #6D8D24. Grayscale: #878787. Windows color (decimal): -7179557 or 14381714. OLE color: 14381714.
HSL color Cylindrical-coordinate representation of color #9272DB: hue angle of 258.29º degrees, saturation: 0.59, 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 #9272DB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 114 | 219 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.14 |
| HSL | 258.29º | 0.59% | 0.65% | - |
| HSV(B) | 258.29º | 0.48% | 0.86% | - |
| XYZ | 30.66 | 23.26 | 69.89 | - |
| YUV | 135.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 219 | 0.33 | 0.48 | 0 | 0.14 | 258.29 | 0.59 | 0.65 |
| Hex | 92 | 72 | DB | 21 | 30 | 0 | E | 102 | 3B | 41 |
| Octal | 222 | 162 | 333 | 41 | 60 | 0 | 16 | 402 | 73 | 101 |
| Binary | 10010010 | 1110010 | 11011011 | 100001 | 110000 | 0 | 1110 | 100000010 | 111011 | 1000001 |
Color Harmonies of #9272DB
Complementary color
Monochromatic Colors of #9272DB
Black with #9272DB
Text Example
Text Example
White with #9272DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9272DB; }
p { color: rgb(146,114,219); }
H1.HeaderClassName
{
color: #9272DB;
}
.AnyTagClassName
{
color: #9272DB;
}
</style>
background-color css
<style>
a { background-color: #9272DB; }
a { background-color: rgb(146,114,219); }
div.DivClassName
{
background-color: #9272DB;
}
.BgClassName
{
background-color: #9272DB;
}
</style>
border-color css
<style>
span { border-color: #9272DB; }
span { border-color: rgb(146,114,219); }
td.TdClassName
{
border-color: #9272DB;
}
.TagClassName
{
border-color: #9272DB;
}
</style>