Shades of Medium Purple #9273DA
Tints of Medium Purple #9273DA
RGB
CMYK
RGB Variations
Color information
#9273DA (or 0x9273DA) is known color: Medium Purple. HEX triplet: 92, 73 and DA. RGB value is (146,115,218). Sum of RGB (Red+Green+Blue) = 146+115+218=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9273DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DA is #6D8C25. Grayscale: #878787. Windows color (decimal): -7179302 or 14316434. OLE color: 14316434.
HSL color Cylindrical-coordinate representation of color #9273DA: hue angle of 258.06º degrees, saturation: 0.58, 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 #9273DA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 115 | 218 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.15 |
| HSL | 258.06º | 0.58% | 0.65% | - |
| HSV(B) | 258.06º | 0.47% | 0.85% | - |
| XYZ | 30.64 | 23.43 | 69.24 | - |
| YUV | 136.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 218 | 0.33 | 0.47 | 0 | 0.15 | 258.06 | 0.58 | 0.65 |
| Hex | 92 | 73 | DA | 21 | 2F | 0 | F | 102 | 3A | 41 |
| Octal | 222 | 163 | 332 | 41 | 57 | 0 | 17 | 402 | 72 | 101 |
| Binary | 10010010 | 1110011 | 11011010 | 100001 | 101111 | 0 | 1111 | 100000010 | 111010 | 1000001 |
Color Harmonies of #9273DA
Complementary color
Monochromatic Colors of #9273DA
Black with #9273DA
Text Example
Text Example
White with #9273DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273DA; }
p { color: rgb(146,115,218); }
H1.HeaderClassName
{
color: #9273DA;
}
.AnyTagClassName
{
color: #9273DA;
}
</style>
background-color css
<style>
a { background-color: #9273DA; }
a { background-color: rgb(146,115,218); }
div.DivClassName
{
background-color: #9273DA;
}
.BgClassName
{
background-color: #9273DA;
}
</style>
border-color css
<style>
span { border-color: #9273DA; }
span { border-color: rgb(146,115,218); }
td.TdClassName
{
border-color: #9273DA;
}
.TagClassName
{
border-color: #9273DA;
}
</style>