Shades of Medium Purple #917ADF
Tints of Medium Purple #917ADF
RGB
CMYK
RGB Variations
Color information
#917ADF (or 0x917ADF) is known color: Medium Purple. HEX triplet: 91, 7A and DF. RGB value is (145,122,223). Sum of RGB (Red+Green+Blue) = 145+122+223=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #917ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADF is #6E8520. Grayscale: #8C8C8C. Windows color (decimal): -7243041 or 14645905. OLE color: 14645905.
HSL color Cylindrical-coordinate representation of color #917ADF: hue angle of 253.66º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917ADF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 122 | 223 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 253.66º | 0.61% | 0.68% | - |
| HSV(B) | 253.66º | 0.45% | 0.87% | - |
| XYZ | 31.96 | 25.27 | 73 | - |
| YUV | 140.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 223 | 0.35 | 0.45 | 0 | 0.13 | 253.66 | 0.61 | 0.68 |
| Hex | 91 | 7A | DF | 23 | 2D | 0 | D | FE | 3D | 44 |
| Octal | 221 | 172 | 337 | 43 | 55 | 0 | 15 | 376 | 75 | 104 |
| Binary | 10010001 | 1111010 | 11011111 | 100011 | 101101 | 0 | 1101 | 11111110 | 111101 | 1000100 |
Color Harmonies of #917ADF
Complementary color
Monochromatic Colors of #917ADF
Black with #917ADF
Text Example
Text Example
White with #917ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917ADF; }
p { color: rgb(145,122,223); }
H1.HeaderClassName
{
color: #917ADF;
}
.AnyTagClassName
{
color: #917ADF;
}
</style>
background-color css
<style>
a { background-color: #917ADF; }
a { background-color: rgb(145,122,223); }
div.DivClassName
{
background-color: #917ADF;
}
.BgClassName
{
background-color: #917ADF;
}
</style>
border-color css
<style>
span { border-color: #917ADF; }
span { border-color: rgb(145,122,223); }
td.TdClassName
{
border-color: #917ADF;
}
.TagClassName
{
border-color: #917ADF;
}
</style>