Shades of Medium Purple #925FE9
Tints of Medium Purple #925FE9
RGB
CMYK
RGB Variations
Color information
#925FE9 (or 0x925FE9) is known color: Medium Purple. HEX triplet: 92, 5F and E9. RGB value is (146,95,233). Sum of RGB (Red+Green+Blue) = 146+95+233=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #925FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FE9 is #6DA016. Grayscale: #7D7D7D. Windows color (decimal): -7184407 or 15294354. OLE color: 15294354.
HSL color Cylindrical-coordinate representation of color #925FE9: hue angle of 262.17º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925FE9 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 95 | 233 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.09 |
| HSL | 262.17º | 0.76% | 0.64% | - |
| HSV(B) | 262.17º | 0.59% | 0.91% | - |
| XYZ | 30.65 | 20.18 | 79.37 | - |
| YUV | 125.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 233 | 0.37 | 0.59 | 0 | 0.09 | 262.17 | 0.76 | 0.64 |
| Hex | 92 | 5F | E9 | 25 | 3B | 0 | 9 | 106 | 4C | 40 |
| Octal | 222 | 137 | 351 | 45 | 73 | 0 | 11 | 406 | 114 | 100 |
| Binary | 10010010 | 1011111 | 11101001 | 100101 | 111011 | 0 | 1001 | 100000110 | 1001100 | 1000000 |
Color Harmonies of #925FE9
Complementary color
Monochromatic Colors of #925FE9
Black with #925FE9
Text Example
Text Example
White with #925FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FE9; }
p { color: rgb(146,95,233); }
H1.HeaderClassName
{
color: #925FE9;
}
.AnyTagClassName
{
color: #925FE9;
}
</style>
background-color css
<style>
a { background-color: #925FE9; }
a { background-color: rgb(146,95,233); }
div.DivClassName
{
background-color: #925FE9;
}
.BgClassName
{
background-color: #925FE9;
}
</style>
border-color css
<style>
span { border-color: #925FE9; }
span { border-color: rgb(146,95,233); }
td.TdClassName
{
border-color: #925FE9;
}
.TagClassName
{
border-color: #925FE9;
}
</style>