Shades of Medium Purple #917CEA
Tints of Medium Purple #917CEA
RGB
CMYK
RGB Variations
Color information
#917CEA (or 0x917CEA) is known color: Medium Purple. HEX triplet: 91, 7C and EA. RGB value is (145,124,234). Sum of RGB (Red+Green+Blue) = 145+124+234=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #917CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CEA is #6E8315. Grayscale: #8E8E8E. Windows color (decimal): -7242518 or 15367313. OLE color: 15367313.
HSL color Cylindrical-coordinate representation of color #917CEA: hue angle of 251.45º degrees, saturation: 0.72, 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 #917CEA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 124 | 234 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.08 |
| HSL | 251.45º | 0.72% | 0.7% | - |
| HSV(B) | 251.45º | 0.47% | 0.92% | - |
| XYZ | 33.74 | 26.38 | 81.15 | - |
| YUV | 142.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 234 | 0.38 | 0.47 | 0 | 0.08 | 251.45 | 0.72 | 0.7 |
| Hex | 91 | 7C | EA | 26 | 2F | 0 | 8 | FB | 48 | 46 |
| Octal | 221 | 174 | 352 | 46 | 57 | 0 | 10 | 373 | 110 | 106 |
| Binary | 10010001 | 1111100 | 11101010 | 100110 | 101111 | 0 | 1000 | 11111011 | 1001000 | 1000110 |
Color Harmonies of #917CEA
Complementary color
Monochromatic Colors of #917CEA
Black with #917CEA
Text Example
Text Example
White with #917CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CEA; }
p { color: rgb(145,124,234); }
H1.HeaderClassName
{
color: #917CEA;
}
.AnyTagClassName
{
color: #917CEA;
}
</style>
background-color css
<style>
a { background-color: #917CEA; }
a { background-color: rgb(145,124,234); }
div.DivClassName
{
background-color: #917CEA;
}
.BgClassName
{
background-color: #917CEA;
}
</style>
border-color css
<style>
span { border-color: #917CEA; }
span { border-color: rgb(145,124,234); }
td.TdClassName
{
border-color: #917CEA;
}
.TagClassName
{
border-color: #917CEA;
}
</style>