Shades of Medium Purple #916AD7
Tints of Medium Purple #916AD7
RGB
CMYK
RGB Variations
Color information
#916AD7 (or 0x916AD7) is known color: Medium Purple. HEX triplet: 91, 6A and D7. RGB value is (145,106,215). Sum of RGB (Red+Green+Blue) = 145+106+215=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #916AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916AD7 is #6E9528. Grayscale: #818181. Windows color (decimal): -7247145 or 14117521. OLE color: 14117521.
HSL color Cylindrical-coordinate representation of color #916AD7: hue angle of 261.47º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916AD7 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 106 | 215 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.16 |
| HSL | 261.47º | 0.58% | 0.63% | - |
| HSV(B) | 261.47º | 0.51% | 0.84% | - |
| XYZ | 29.1 | 21.23 | 66.86 | - |
| YUV | 130.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 215 | 0.33 | 0.51 | 0 | 0.16 | 261.47 | 0.58 | 0.63 |
| Hex | 91 | 6A | D7 | 21 | 33 | 0 | 10 | 105 | 3A | 3F |
| Octal | 221 | 152 | 327 | 41 | 63 | 0 | 20 | 405 | 72 | 77 |
| Binary | 10010001 | 1101010 | 11010111 | 100001 | 110011 | 0 | 10000 | 100000101 | 111010 | 111111 |
Color Harmonies of #916AD7
Complementary color
Monochromatic Colors of #916AD7
Black with #916AD7
Text Example
Text Example
White with #916AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916AD7; }
p { color: rgb(145,106,215); }
H1.HeaderClassName
{
color: #916AD7;
}
.AnyTagClassName
{
color: #916AD7;
}
</style>
background-color css
<style>
a { background-color: #916AD7; }
a { background-color: rgb(145,106,215); }
div.DivClassName
{
background-color: #916AD7;
}
.BgClassName
{
background-color: #916AD7;
}
</style>
border-color css
<style>
span { border-color: #916AD7; }
span { border-color: rgb(145,106,215); }
td.TdClassName
{
border-color: #916AD7;
}
.TagClassName
{
border-color: #916AD7;
}
</style>