Shades of Medium Purple #9273D8
Tints of Medium Purple #9273D8
RGB
CMYK
RGB Variations
Color information
#9273D8 (or 0x9273D8) is known color: Medium Purple. HEX triplet: 92, 73 and D8. RGB value is (146,115,216). Sum of RGB (Red+Green+Blue) = 146+115+216=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #9273D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273D8 is #6D8C27. Grayscale: #878787. Windows color (decimal): -7179304 or 14185362. OLE color: 14185362.
HSL color Cylindrical-coordinate representation of color #9273D8: hue angle of 258.42º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9273D8 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 115 | 216 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.15 |
| HSL | 258.42º | 0.56% | 0.65% | - |
| HSV(B) | 258.42º | 0.47% | 0.85% | - |
| XYZ | 30.38 | 23.33 | 67.87 | - |
| YUV | 135.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 216 | 0.32 | 0.47 | 0 | 0.15 | 258.42 | 0.56 | 0.65 |
| Hex | 92 | 73 | D8 | 20 | 2F | 0 | F | 102 | 38 | 41 |
| Octal | 222 | 163 | 330 | 40 | 57 | 0 | 17 | 402 | 70 | 101 |
| Binary | 10010010 | 1110011 | 11011000 | 100000 | 101111 | 0 | 1111 | 100000010 | 111000 | 1000001 |
Color Harmonies of #9273D8
Complementary color
Monochromatic Colors of #9273D8
Black with #9273D8
Text Example
Text Example
White with #9273D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273D8; }
p { color: rgb(146,115,216); }
H1.HeaderClassName
{
color: #9273D8;
}
.AnyTagClassName
{
color: #9273D8;
}
</style>
background-color css
<style>
a { background-color: #9273D8; }
a { background-color: rgb(146,115,216); }
div.DivClassName
{
background-color: #9273D8;
}
.BgClassName
{
background-color: #9273D8;
}
</style>
border-color css
<style>
span { border-color: #9273D8; }
span { border-color: rgb(146,115,216); }
td.TdClassName
{
border-color: #9273D8;
}
.TagClassName
{
border-color: #9273D8;
}
</style>