Shades of Medium Purple #917AD6
Tints of Medium Purple #917AD6
RGB
CMYK
RGB Variations
Color information
#917AD6 (or 0x917AD6) is known color: Medium Purple. HEX triplet: 91, 7A and D6. RGB value is (145,122,214). Sum of RGB (Red+Green+Blue) = 145+122+214=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #917AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD6 is #6E8529. Grayscale: #8B8B8B. Windows color (decimal): -7243050 or 14056081. OLE color: 14056081.
HSL color Cylindrical-coordinate representation of color #917AD6: hue angle of 255º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917AD6 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 122 | 214 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.16 |
| HSL | 255º | 0.53% | 0.66% | - |
| HSV(B) | 255º | 0.43% | 0.84% | - |
| XYZ | 30.77 | 24.79 | 66.78 | - |
| YUV | 139.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 214 | 0.32 | 0.43 | 0 | 0.16 | 255 | 0.53 | 0.66 |
| Hex | 91 | 7A | D6 | 20 | 2B | 0 | 10 | FF | 35 | 42 |
| Octal | 221 | 172 | 326 | 40 | 53 | 0 | 20 | 377 | 65 | 102 |
| Binary | 10010001 | 1111010 | 11010110 | 100000 | 101011 | 0 | 10000 | 11111111 | 110101 | 1000010 |
Color Harmonies of #917AD6
Complementary color
Monochromatic Colors of #917AD6
Black with #917AD6
Text Example
Text Example
White with #917AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AD6; }
p { color: rgb(145,122,214); }
H1.HeaderClassName
{
color: #917AD6;
}
.AnyTagClassName
{
color: #917AD6;
}
</style>
background-color css
<style>
a { background-color: #917AD6; }
a { background-color: rgb(145,122,214); }
div.DivClassName
{
background-color: #917AD6;
}
.BgClassName
{
background-color: #917AD6;
}
</style>
border-color css
<style>
span { border-color: #917AD6; }
span { border-color: rgb(145,122,214); }
td.TdClassName
{
border-color: #917AD6;
}
.TagClassName
{
border-color: #917AD6;
}
</style>