Shades of Medium Purple #925FE3
Tints of Medium Purple #925FE3
RGB
CMYK
RGB Variations
Color information
#925FE3 (or 0x925FE3) is known color: Medium Purple. HEX triplet: 92, 5F and E3. RGB value is (146,95,227). Sum of RGB (Red+Green+Blue) = 146+95+227=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #925FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FE3 is #6DA01C. Grayscale: #7C7C7C. Windows color (decimal): -7184413 or 14901138. OLE color: 14901138.
HSL color Cylindrical-coordinate representation of color #925FE3: hue angle of 263.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925FE3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 95 | 227 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.11 |
| HSL | 263.18º | 0.7% | 0.63% | - |
| HSV(B) | 263.18º | 0.58% | 0.89% | - |
| XYZ | 29.81 | 19.84 | 74.93 | - |
| YUV | 125.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 227 | 0.36 | 0.58 | 0 | 0.11 | 263.18 | 0.7 | 0.63 |
| Hex | 92 | 5F | E3 | 24 | 3A | 0 | B | 107 | 46 | 3F |
| Octal | 222 | 137 | 343 | 44 | 72 | 0 | 13 | 407 | 106 | 77 |
| Binary | 10010010 | 1011111 | 11100011 | 100100 | 111010 | 0 | 1011 | 100000111 | 1000110 | 111111 |
Color Harmonies of #925FE3
Complementary color
Monochromatic Colors of #925FE3
Black with #925FE3
Text Example
Text Example
White with #925FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FE3; }
p { color: rgb(146,95,227); }
H1.HeaderClassName
{
color: #925FE3;
}
.AnyTagClassName
{
color: #925FE3;
}
</style>
background-color css
<style>
a { background-color: #925FE3; }
a { background-color: rgb(146,95,227); }
div.DivClassName
{
background-color: #925FE3;
}
.BgClassName
{
background-color: #925FE3;
}
</style>
border-color css
<style>
span { border-color: #925FE3; }
span { border-color: rgb(146,95,227); }
td.TdClassName
{
border-color: #925FE3;
}
.TagClassName
{
border-color: #925FE3;
}
</style>