Shades of Medium Purple #925AE8
Tints of Medium Purple #925AE8
RGB
CMYK
RGB Variations
Color information
#925AE8 (or 0x925AE8) is known color: Medium Purple. HEX triplet: 92, 5A and E8. RGB value is (146,90,232). Sum of RGB (Red+Green+Blue) = 146+90+232=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #925AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AE8 is #6DA517. Grayscale: #7A7A7A. Windows color (decimal): -7185688 or 15227538. OLE color: 15227538.
HSL color Cylindrical-coordinate representation of color #925AE8: hue angle of 263.66º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925AE8 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 90 | 232 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.09 |
| HSL | 263.66º | 0.76% | 0.63% | - |
| HSV(B) | 263.66º | 0.61% | 0.91% | - |
| XYZ | 30.08 | 19.25 | 78.47 | - |
| YUV | 122.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 232 | 0.37 | 0.61 | 0 | 0.09 | 263.66 | 0.76 | 0.63 |
| Hex | 92 | 5A | E8 | 25 | 3D | 0 | 9 | 108 | 4C | 3F |
| Octal | 222 | 132 | 350 | 45 | 75 | 0 | 11 | 410 | 114 | 77 |
| Binary | 10010010 | 1011010 | 11101000 | 100101 | 111101 | 0 | 1001 | 100001000 | 1001100 | 111111 |
Color Harmonies of #925AE8
Complementary color
Monochromatic Colors of #925AE8
Black with #925AE8
Text Example
Text Example
White with #925AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AE8; }
p { color: rgb(146,90,232); }
H1.HeaderClassName
{
color: #925AE8;
}
.AnyTagClassName
{
color: #925AE8;
}
</style>
background-color css
<style>
a { background-color: #925AE8; }
a { background-color: rgb(146,90,232); }
div.DivClassName
{
background-color: #925AE8;
}
.BgClassName
{
background-color: #925AE8;
}
</style>
border-color css
<style>
span { border-color: #925AE8; }
span { border-color: rgb(146,90,232); }
td.TdClassName
{
border-color: #925AE8;
}
.TagClassName
{
border-color: #925AE8;
}
</style>