Shades of Medium Purple #917AED
Tints of Medium Purple #917AED
RGB
CMYK
RGB Variations
Color information
#917AED (or 0x917AED) is known color: Medium Purple. HEX triplet: 91, 7A and ED. RGB value is (145,122,237). Sum of RGB (Red+Green+Blue) = 145+122+237=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #917AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AED is #6E8512. Grayscale: #8D8D8D. Windows color (decimal): -7243027 or 15563409. OLE color: 15563409.
HSL color Cylindrical-coordinate representation of color #917AED: hue angle of 252º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917AED is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 122 | 237 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.07 |
| HSL | 252º | 0.76% | 0.7% | - |
| HSV(B) | 252º | 0.49% | 0.93% | - |
| XYZ | 33.92 | 26.05 | 83.36 | - |
| YUV | 141.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 237 | 0.39 | 0.49 | 0 | 0.07 | 252 | 0.76 | 0.7 |
| Hex | 91 | 7A | ED | 27 | 31 | 0 | 7 | FC | 4C | 46 |
| Octal | 221 | 172 | 355 | 47 | 61 | 0 | 7 | 374 | 114 | 106 |
| Binary | 10010001 | 1111010 | 11101101 | 100111 | 110001 | 0 | 111 | 11111100 | 1001100 | 1000110 |
Color Harmonies of #917AED
Complementary color
Monochromatic Colors of #917AED
Black with #917AED
Text Example
Text Example
White with #917AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AED; }
p { color: rgb(145,122,237); }
H1.HeaderClassName
{
color: #917AED;
}
.AnyTagClassName
{
color: #917AED;
}
</style>
background-color css
<style>
a { background-color: #917AED; }
a { background-color: rgb(145,122,237); }
div.DivClassName
{
background-color: #917AED;
}
.BgClassName
{
background-color: #917AED;
}
</style>
border-color css
<style>
span { border-color: #917AED; }
span { border-color: rgb(145,122,237); }
td.TdClassName
{
border-color: #917AED;
}
.TagClassName
{
border-color: #917AED;
}
</style>