Shades of Medium Purple #9167DE
Tints of Medium Purple #9167DE
RGB
CMYK
RGB Variations
Color information
#9167DE (or 0x9167DE) is known color: Medium Purple. HEX triplet: 91, 67 and DE. RGB value is (145,103,222). Sum of RGB (Red+Green+Blue) = 145+103+222=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9167DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167DE is #6E9821. Grayscale: #808080. Windows color (decimal): -7247906 or 14575505. OLE color: 14575505.
HSL color Cylindrical-coordinate representation of color #9167DE: hue angle of 261.18º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9167DE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 103 | 222 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.13 |
| HSL | 261.18º | 0.64% | 0.64% | - |
| HSV(B) | 261.18º | 0.54% | 0.87% | - |
| XYZ | 29.71 | 20.99 | 71.59 | - |
| YUV | 129.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 222 | 0.35 | 0.54 | 0 | 0.13 | 261.18 | 0.64 | 0.64 |
| Hex | 91 | 67 | DE | 23 | 36 | 0 | D | 105 | 40 | 40 |
| Octal | 221 | 147 | 336 | 43 | 66 | 0 | 15 | 405 | 100 | 100 |
| Binary | 10010001 | 1100111 | 11011110 | 100011 | 110110 | 0 | 1101 | 100000101 | 1000000 | 1000000 |
Color Harmonies of #9167DE
Complementary color
Monochromatic Colors of #9167DE
Black with #9167DE
Text Example
Text Example
White with #9167DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167DE; }
p { color: rgb(145,103,222); }
H1.HeaderClassName
{
color: #9167DE;
}
.AnyTagClassName
{
color: #9167DE;
}
</style>
background-color css
<style>
a { background-color: #9167DE; }
a { background-color: rgb(145,103,222); }
div.DivClassName
{
background-color: #9167DE;
}
.BgClassName
{
background-color: #9167DE;
}
</style>
border-color css
<style>
span { border-color: #9167DE; }
span { border-color: rgb(145,103,222); }
td.TdClassName
{
border-color: #9167DE;
}
.TagClassName
{
border-color: #9167DE;
}
</style>