Shades of Medium Purple #917BEA
Tints of Medium Purple #917BEA
RGB
CMYK
RGB Variations
Color information
#917BEA (or 0x917BEA) is known color: Medium Purple. HEX triplet: 91, 7B and EA. RGB value is (145,123,234). Sum of RGB (Red+Green+Blue) = 145+123+234=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #917BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917BEA is #6E8415. Grayscale: #8D8D8D. Windows color (decimal): -7242774 or 15367057. OLE color: 15367057.
HSL color Cylindrical-coordinate representation of color #917BEA: hue angle of 251.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917BEA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 123 | 234 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.08 |
| HSL | 251.89º | 0.73% | 0.7% | - |
| HSV(B) | 251.89º | 0.47% | 0.92% | - |
| XYZ | 33.61 | 26.13 | 81.11 | - |
| YUV | 142.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 234 | 0.38 | 0.47 | 0 | 0.08 | 251.89 | 0.73 | 0.7 |
| Hex | 91 | 7B | EA | 26 | 2F | 0 | 8 | FC | 49 | 46 |
| Octal | 221 | 173 | 352 | 46 | 57 | 0 | 10 | 374 | 111 | 106 |
| Binary | 10010001 | 1111011 | 11101010 | 100110 | 101111 | 0 | 1000 | 11111100 | 1001001 | 1000110 |
Color Harmonies of #917BEA
Complementary color
Monochromatic Colors of #917BEA
Black with #917BEA
Text Example
Text Example
White with #917BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BEA; }
p { color: rgb(145,123,234); }
H1.HeaderClassName
{
color: #917BEA;
}
.AnyTagClassName
{
color: #917BEA;
}
</style>
background-color css
<style>
a { background-color: #917BEA; }
a { background-color: rgb(145,123,234); }
div.DivClassName
{
background-color: #917BEA;
}
.BgClassName
{
background-color: #917BEA;
}
</style>
border-color css
<style>
span { border-color: #917BEA; }
span { border-color: rgb(145,123,234); }
td.TdClassName
{
border-color: #917BEA;
}
.TagClassName
{
border-color: #917BEA;
}
</style>