Shades of Medium Purple #9168DD
Tints of Medium Purple #9168DD
RGB
CMYK
RGB Variations
Color information
#9168DD (or 0x9168DD) is known color: Medium Purple. HEX triplet: 91, 68 and DD. RGB value is (145,104,221). Sum of RGB (Red+Green+Blue) = 145+104+221=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #9168DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9168DD is #6E9722. Grayscale: #818181. Windows color (decimal): -7247651 or 14510225. OLE color: 14510225.
HSL color Cylindrical-coordinate representation of color #9168DD: hue angle of 261.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9168DD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 104 | 221 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.13 |
| HSL | 261.03º | 0.63% | 0.64% | - |
| HSV(B) | 261.03º | 0.53% | 0.87% | - |
| XYZ | 29.68 | 21.14 | 70.92 | - |
| YUV | 129.6 | 179.58 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 221 | 0.34 | 0.53 | 0 | 0.13 | 261.03 | 0.63 | 0.64 |
| Hex | 91 | 68 | DD | 22 | 35 | 0 | D | 105 | 3F | 40 |
| Octal | 221 | 150 | 335 | 42 | 65 | 0 | 15 | 405 | 77 | 100 |
| Binary | 10010001 | 1101000 | 11011101 | 100010 | 110101 | 0 | 1101 | 100000101 | 111111 | 1000000 |
Color Harmonies of #9168DD
Complementary color
Monochromatic Colors of #9168DD
Black with #9168DD
Text Example
Text Example
White with #9168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168DD; }
p { color: rgb(145,104,221); }
H1.HeaderClassName
{
color: #9168DD;
}
.AnyTagClassName
{
color: #9168DD;
}
</style>
background-color css
<style>
a { background-color: #9168DD; }
a { background-color: rgb(145,104,221); }
div.DivClassName
{
background-color: #9168DD;
}
.BgClassName
{
background-color: #9168DD;
}
</style>
border-color css
<style>
span { border-color: #9168DD; }
span { border-color: rgb(145,104,221); }
td.TdClassName
{
border-color: #9168DD;
}
.TagClassName
{
border-color: #9168DD;
}
</style>