Shades of Medium Purple #9274DF
Tints of Medium Purple #9274DF
RGB
CMYK
RGB Variations
Color information
#9274DF (or 0x9274DF) is known color: Medium Purple. HEX triplet: 92, 74 and DF. RGB value is (146,116,223). Sum of RGB (Red+Green+Blue) = 146+116+223=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #9274DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274DF is #6D8B20. Grayscale: #888888. Windows color (decimal): -7179041 or 14644370. OLE color: 14644370.
HSL color Cylindrical-coordinate representation of color #9274DF: hue angle of 256.82º 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 #9274DF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 116 | 223 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.13 |
| HSL | 256.82º | 0.63% | 0.66% | - |
| HSV(B) | 256.82º | 0.48% | 0.87% | - |
| XYZ | 31.42 | 23.93 | 72.77 | - |
| YUV | 137.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 223 | 0.35 | 0.48 | 0 | 0.13 | 256.82 | 0.63 | 0.66 |
| Hex | 92 | 74 | DF | 23 | 30 | 0 | D | 101 | 3F | 42 |
| Octal | 222 | 164 | 337 | 43 | 60 | 0 | 15 | 401 | 77 | 102 |
| Binary | 10010010 | 1110100 | 11011111 | 100011 | 110000 | 0 | 1101 | 100000001 | 111111 | 1000010 |
Color Harmonies of #9274DF
Complementary color
Monochromatic Colors of #9274DF
Black with #9274DF
Text Example
Text Example
White with #9274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274DF; }
p { color: rgb(146,116,223); }
H1.HeaderClassName
{
color: #9274DF;
}
.AnyTagClassName
{
color: #9274DF;
}
</style>
background-color css
<style>
a { background-color: #9274DF; }
a { background-color: rgb(146,116,223); }
div.DivClassName
{
background-color: #9274DF;
}
.BgClassName
{
background-color: #9274DF;
}
</style>
border-color css
<style>
span { border-color: #9274DF; }
span { border-color: rgb(146,116,223); }
td.TdClassName
{
border-color: #9274DF;
}
.TagClassName
{
border-color: #9274DF;
}
</style>