Shades of Medium Purple #927BE6
Tints of Medium Purple #927BE6
RGB
CMYK
RGB Variations
Color information
#927BE6 (or 0x927BE6) is known color: Medium Purple. HEX triplet: 92, 7B and E6. RGB value is (146,123,230). Sum of RGB (Red+Green+Blue) = 146+123+230=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #927BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927BE6 is #6D8419. Grayscale: #8D8D8D. Windows color (decimal): -7177242 or 15104914. OLE color: 15104914.
HSL color Cylindrical-coordinate representation of color #927BE6: hue angle of 252.9º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927BE6 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 123 | 230 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.10 |
| HSL | 252.9º | 0.68% | 0.69% | - |
| HSV(B) | 252.9º | 0.47% | 0.9% | - |
| XYZ | 33.22 | 25.99 | 78.13 | - |
| YUV | 142.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 230 | 0.37 | 0.47 | 0 | 0.10 | 252.9 | 0.68 | 0.69 |
| Hex | 92 | 7B | E6 | 25 | 2F | 0 | A | FD | 44 | 45 |
| Octal | 222 | 173 | 346 | 45 | 57 | 0 | 12 | 375 | 104 | 105 |
| Binary | 10010010 | 1111011 | 11100110 | 100101 | 101111 | 0 | 1010 | 11111101 | 1000100 | 1000101 |
Color Harmonies of #927BE6
Complementary color
Monochromatic Colors of #927BE6
Black with #927BE6
Text Example
Text Example
White with #927BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BE6; }
p { color: rgb(146,123,230); }
H1.HeaderClassName
{
color: #927BE6;
}
.AnyTagClassName
{
color: #927BE6;
}
</style>
background-color css
<style>
a { background-color: #927BE6; }
a { background-color: rgb(146,123,230); }
div.DivClassName
{
background-color: #927BE6;
}
.BgClassName
{
background-color: #927BE6;
}
</style>
border-color css
<style>
span { border-color: #927BE6; }
span { border-color: rgb(146,123,230); }
td.TdClassName
{
border-color: #927BE6;
}
.TagClassName
{
border-color: #927BE6;
}
</style>