Shades of Medium Purple #9273DF
Tints of Medium Purple #9273DF
RGB
CMYK
RGB Variations
Color information
#9273DF (or 0x9273DF) is known color: Medium Purple. HEX triplet: 92, 73 and DF. RGB value is (146,115,223). Sum of RGB (Red+Green+Blue) = 146+115+223=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9273DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DF is #6D8C20. Grayscale: #888888. Windows color (decimal): -7179297 or 14644114. OLE color: 14644114.
HSL color Cylindrical-coordinate representation of color #9273DF: hue angle of 257.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9273DF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 115 | 223 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.13 |
| HSL | 257.22º | 0.63% | 0.66% | - |
| HSV(B) | 257.22º | 0.48% | 0.87% | - |
| XYZ | 31.3 | 23.7 | 72.74 | - |
| YUV | 136.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 223 | 0.35 | 0.48 | 0 | 0.13 | 257.22 | 0.63 | 0.66 |
| Hex | 92 | 73 | DF | 23 | 30 | 0 | D | 101 | 3F | 42 |
| Octal | 222 | 163 | 337 | 43 | 60 | 0 | 15 | 401 | 77 | 102 |
| Binary | 10010010 | 1110011 | 11011111 | 100011 | 110000 | 0 | 1101 | 100000001 | 111111 | 1000010 |
Color Harmonies of #9273DF
Complementary color
Monochromatic Colors of #9273DF
Black with #9273DF
Text Example
Text Example
White with #9273DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273DF; }
p { color: rgb(146,115,223); }
H1.HeaderClassName
{
color: #9273DF;
}
.AnyTagClassName
{
color: #9273DF;
}
</style>
background-color css
<style>
a { background-color: #9273DF; }
a { background-color: rgb(146,115,223); }
div.DivClassName
{
background-color: #9273DF;
}
.BgClassName
{
background-color: #9273DF;
}
</style>
border-color css
<style>
span { border-color: #9273DF; }
span { border-color: rgb(146,115,223); }
td.TdClassName
{
border-color: #9273DF;
}
.TagClassName
{
border-color: #9273DF;
}
</style>