Shades of Medium Purple #925FE7
Tints of Medium Purple #925FE7
RGB
CMYK
RGB Variations
Color information
#925FE7 (or 0x925FE7) is known color: Medium Purple. HEX triplet: 92, 5F and E7. RGB value is (146,95,231). Sum of RGB (Red+Green+Blue) = 146+95+231=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #925FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FE7 is #6DA018. Grayscale: #7D7D7D. Windows color (decimal): -7184409 or 15163282. OLE color: 15163282.
HSL color Cylindrical-coordinate representation of color #925FE7: hue angle of 262.5º degrees, saturation: 0.74, 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 #925FE7 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 95 | 231 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.09 |
| HSL | 262.5º | 0.74% | 0.64% | - |
| HSV(B) | 262.5º | 0.59% | 0.91% | - |
| XYZ | 30.37 | 20.06 | 77.87 | - |
| YUV | 125.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 231 | 0.37 | 0.59 | 0 | 0.09 | 262.5 | 0.74 | 0.64 |
| Hex | 92 | 5F | E7 | 25 | 3B | 0 | 9 | 106 | 4A | 40 |
| Octal | 222 | 137 | 347 | 45 | 73 | 0 | 11 | 406 | 112 | 100 |
| Binary | 10010010 | 1011111 | 11100111 | 100101 | 111011 | 0 | 1001 | 100000110 | 1001010 | 1000000 |
Color Harmonies of #925FE7
Complementary color
Monochromatic Colors of #925FE7
Black with #925FE7
Text Example
Text Example
White with #925FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FE7; }
p { color: rgb(146,95,231); }
H1.HeaderClassName
{
color: #925FE7;
}
.AnyTagClassName
{
color: #925FE7;
}
</style>
background-color css
<style>
a { background-color: #925FE7; }
a { background-color: rgb(146,95,231); }
div.DivClassName
{
background-color: #925FE7;
}
.BgClassName
{
background-color: #925FE7;
}
</style>
border-color css
<style>
span { border-color: #925FE7; }
span { border-color: rgb(146,95,231); }
td.TdClassName
{
border-color: #925FE7;
}
.TagClassName
{
border-color: #925FE7;
}
</style>