Shades of Medium Purple #925BE7
Tints of Medium Purple #925BE7
RGB
CMYK
RGB Variations
Color information
#925BE7 (or 0x925BE7) is known color: Medium Purple. HEX triplet: 92, 5B and E7. RGB value is (146,91,231). Sum of RGB (Red+Green+Blue) = 146+91+231=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #925BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BE7 is #6DA418. Grayscale: #7A7A7A. Windows color (decimal): -7185433 or 15162258. OLE color: 15162258.
HSL color Cylindrical-coordinate representation of color #925BE7: hue angle of 263.57º degrees, saturation: 0.74, 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 #925BE7 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 91 | 231 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.09 |
| HSL | 263.57º | 0.74% | 0.63% | - |
| HSV(B) | 263.57º | 0.61% | 0.91% | - |
| XYZ | 30.02 | 19.36 | 77.76 | - |
| YUV | 123.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 231 | 0.37 | 0.61 | 0 | 0.09 | 263.57 | 0.74 | 0.63 |
| Hex | 92 | 5B | E7 | 25 | 3D | 0 | 9 | 108 | 4A | 3F |
| Octal | 222 | 133 | 347 | 45 | 75 | 0 | 11 | 410 | 112 | 77 |
| Binary | 10010010 | 1011011 | 11100111 | 100101 | 111101 | 0 | 1001 | 100001000 | 1001010 | 111111 |
Color Harmonies of #925BE7
Complementary color
Monochromatic Colors of #925BE7
Black with #925BE7
Text Example
Text Example
White with #925BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BE7; }
p { color: rgb(146,91,231); }
H1.HeaderClassName
{
color: #925BE7;
}
.AnyTagClassName
{
color: #925BE7;
}
</style>
background-color css
<style>
a { background-color: #925BE7; }
a { background-color: rgb(146,91,231); }
div.DivClassName
{
background-color: #925BE7;
}
.BgClassName
{
background-color: #925BE7;
}
</style>
border-color css
<style>
span { border-color: #925BE7; }
span { border-color: rgb(146,91,231); }
td.TdClassName
{
border-color: #925BE7;
}
.TagClassName
{
border-color: #925BE7;
}
</style>