Shades of Medium Purple #9169DB
Tints of Medium Purple #9169DB
RGB
CMYK
RGB Variations
Color information
#9169DB (or 0x9169DB) is known color: Medium Purple. HEX triplet: 91, 69 and DB. RGB value is (145,105,219). Sum of RGB (Red+Green+Blue) = 145+105+219=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #9169DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169DB is #6E9624. Grayscale: #818181. Windows color (decimal): -7247397 or 14379409. OLE color: 14379409.
HSL color Cylindrical-coordinate representation of color #9169DB: hue angle of 261.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9169DB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 105 | 219 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.14 |
| HSL | 261.05º | 0.61% | 0.64% | - |
| HSV(B) | 261.05º | 0.52% | 0.86% | - |
| XYZ | 29.51 | 21.24 | 69.56 | - |
| YUV | 129.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 219 | 0.34 | 0.52 | 0 | 0.14 | 261.05 | 0.61 | 0.64 |
| Hex | 91 | 69 | DB | 22 | 34 | 0 | E | 105 | 3D | 40 |
| Octal | 221 | 151 | 333 | 42 | 64 | 0 | 16 | 405 | 75 | 100 |
| Binary | 10010001 | 1101001 | 11011011 | 100010 | 110100 | 0 | 1110 | 100000101 | 111101 | 1000000 |
Color Harmonies of #9169DB
Complementary color
Monochromatic Colors of #9169DB
Black with #9169DB
Text Example
Text Example
White with #9169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169DB; }
p { color: rgb(145,105,219); }
H1.HeaderClassName
{
color: #9169DB;
}
.AnyTagClassName
{
color: #9169DB;
}
</style>
background-color css
<style>
a { background-color: #9169DB; }
a { background-color: rgb(145,105,219); }
div.DivClassName
{
background-color: #9169DB;
}
.BgClassName
{
background-color: #9169DB;
}
</style>
border-color css
<style>
span { border-color: #9169DB; }
span { border-color: rgb(145,105,219); }
td.TdClassName
{
border-color: #9169DB;
}
.TagClassName
{
border-color: #9169DB;
}
</style>