Shades of Medium Purple #917AE6
Tints of Medium Purple #917AE6
RGB
CMYK
RGB Variations
Color information
#917AE6 (or 0x917AE6) is known color: Medium Purple. HEX triplet: 91, 7A and E6. RGB value is (145,122,230). Sum of RGB (Red+Green+Blue) = 145+122+230=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #917AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AE6 is #6E8519. Grayscale: #8C8C8C. Windows color (decimal): -7243034 or 15104657. OLE color: 15104657.
HSL color Cylindrical-coordinate representation of color #917AE6: hue angle of 252.78º 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 #917AE6 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 122 | 230 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.10 |
| HSL | 252.78º | 0.68% | 0.69% | - |
| HSV(B) | 252.78º | 0.47% | 0.9% | - |
| XYZ | 32.92 | 25.65 | 78.08 | - |
| YUV | 141.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 230 | 0.37 | 0.47 | 0 | 0.10 | 252.78 | 0.68 | 0.69 |
| Hex | 91 | 7A | E6 | 25 | 2F | 0 | A | FD | 44 | 45 |
| Octal | 221 | 172 | 346 | 45 | 57 | 0 | 12 | 375 | 104 | 105 |
| Binary | 10010001 | 1111010 | 11100110 | 100101 | 101111 | 0 | 1010 | 11111101 | 1000100 | 1000101 |
Color Harmonies of #917AE6
Complementary color
Monochromatic Colors of #917AE6
Black with #917AE6
Text Example
Text Example
White with #917AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AE6; }
p { color: rgb(145,122,230); }
H1.HeaderClassName
{
color: #917AE6;
}
.AnyTagClassName
{
color: #917AE6;
}
</style>
background-color css
<style>
a { background-color: #917AE6; }
a { background-color: rgb(145,122,230); }
div.DivClassName
{
background-color: #917AE6;
}
.BgClassName
{
background-color: #917AE6;
}
</style>
border-color css
<style>
span { border-color: #917AE6; }
span { border-color: rgb(145,122,230); }
td.TdClassName
{
border-color: #917AE6;
}
.TagClassName
{
border-color: #917AE6;
}
</style>