Shades of Medium Purple #917CE8
Tints of Medium Purple #917CE8
RGB
CMYK
RGB Variations
Color information
#917CE8 (or 0x917CE8) is known color: Medium Purple. HEX triplet: 91, 7C and E8. RGB value is (145,124,232). Sum of RGB (Red+Green+Blue) = 145+124+232=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #917CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CE8 is #6E8317. Grayscale: #8E8E8E. Windows color (decimal): -7242520 or 15236241. OLE color: 15236241.
HSL color Cylindrical-coordinate representation of color #917CE8: hue angle of 251.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917CE8 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 124 | 232 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.09 |
| HSL | 251.67º | 0.7% | 0.7% | - |
| HSV(B) | 251.67º | 0.47% | 0.91% | - |
| XYZ | 33.45 | 26.26 | 79.65 | - |
| YUV | 142.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 232 | 0.38 | 0.47 | 0 | 0.09 | 251.67 | 0.7 | 0.7 |
| Hex | 91 | 7C | E8 | 26 | 2F | 0 | 9 | FC | 46 | 46 |
| Octal | 221 | 174 | 350 | 46 | 57 | 0 | 11 | 374 | 106 | 106 |
| Binary | 10010001 | 1111100 | 11101000 | 100110 | 101111 | 0 | 1001 | 11111100 | 1000110 | 1000110 |
Color Harmonies of #917CE8
Complementary color
Monochromatic Colors of #917CE8
Black with #917CE8
Text Example
Text Example
White with #917CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CE8; }
p { color: rgb(145,124,232); }
H1.HeaderClassName
{
color: #917CE8;
}
.AnyTagClassName
{
color: #917CE8;
}
</style>
background-color css
<style>
a { background-color: #917CE8; }
a { background-color: rgb(145,124,232); }
div.DivClassName
{
background-color: #917CE8;
}
.BgClassName
{
background-color: #917CE8;
}
</style>
border-color css
<style>
span { border-color: #917CE8; }
span { border-color: rgb(145,124,232); }
td.TdClassName
{
border-color: #917CE8;
}
.TagClassName
{
border-color: #917CE8;
}
</style>