Shades of Medium Purple #9168DF
Tints of Medium Purple #9168DF
RGB
CMYK
RGB Variations
Color information
#9168DF (or 0x9168DF) is known color: Medium Purple. HEX triplet: 91, 68 and DF. RGB value is (145,104,223). Sum of RGB (Red+Green+Blue) = 145+104+223=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #9168DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9168DF is #6E9720. Grayscale: #818181. Windows color (decimal): -7247649 or 14641297. OLE color: 14641297.
HSL color Cylindrical-coordinate representation of color #9168DF: hue angle of 260.67º degrees, saturation: 0.65, 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 #9168DF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 104 | 223 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 260.67º | 0.65% | 0.64% | - |
| HSV(B) | 260.67º | 0.53% | 0.87% | - |
| XYZ | 29.95 | 21.25 | 72.33 | - |
| YUV | 129.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 223 | 0.35 | 0.53 | 0 | 0.13 | 260.67 | 0.65 | 0.64 |
| Hex | 91 | 68 | DF | 23 | 35 | 0 | D | 105 | 41 | 40 |
| Octal | 221 | 150 | 337 | 43 | 65 | 0 | 15 | 405 | 101 | 100 |
| Binary | 10010001 | 1101000 | 11011111 | 100011 | 110101 | 0 | 1101 | 100000101 | 1000001 | 1000000 |
Color Harmonies of #9168DF
Complementary color
Monochromatic Colors of #9168DF
Black with #9168DF
Text Example
Text Example
White with #9168DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168DF; }
p { color: rgb(145,104,223); }
H1.HeaderClassName
{
color: #9168DF;
}
.AnyTagClassName
{
color: #9168DF;
}
</style>
background-color css
<style>
a { background-color: #9168DF; }
a { background-color: rgb(145,104,223); }
div.DivClassName
{
background-color: #9168DF;
}
.BgClassName
{
background-color: #9168DF;
}
</style>
border-color css
<style>
span { border-color: #9168DF; }
span { border-color: rgb(145,104,223); }
td.TdClassName
{
border-color: #9168DF;
}
.TagClassName
{
border-color: #9168DF;
}
</style>