Shades of Medium Purple #9166DB
Tints of Medium Purple #9166DB
RGB
CMYK
RGB Variations
Color information
#9166DB (or 0x9166DB) is known color: Medium Purple. HEX triplet: 91, 66 and DB. RGB value is (145,102,219). Sum of RGB (Red+Green+Blue) = 145+102+219=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #9166DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166DB is #6E9924. Grayscale: #7F7F7F. Windows color (decimal): -7248165 or 14378641. OLE color: 14378641.
HSL color Cylindrical-coordinate representation of color #9166DB: hue angle of 262.05º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9166DB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 102 | 219 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.14 |
| HSL | 262.05º | 0.62% | 0.63% | - |
| HSV(B) | 262.05º | 0.53% | 0.86% | - |
| XYZ | 29.21 | 20.64 | 69.46 | - |
| YUV | 128.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 219 | 0.34 | 0.53 | 0 | 0.14 | 262.05 | 0.62 | 0.63 |
| Hex | 91 | 66 | DB | 22 | 35 | 0 | E | 106 | 3E | 3F |
| Octal | 221 | 146 | 333 | 42 | 65 | 0 | 16 | 406 | 76 | 77 |
| Binary | 10010001 | 1100110 | 11011011 | 100010 | 110101 | 0 | 1110 | 100000110 | 111110 | 111111 |
Color Harmonies of #9166DB
Complementary color
Monochromatic Colors of #9166DB
Black with #9166DB
Text Example
Text Example
White with #9166DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166DB; }
p { color: rgb(145,102,219); }
H1.HeaderClassName
{
color: #9166DB;
}
.AnyTagClassName
{
color: #9166DB;
}
</style>
background-color css
<style>
a { background-color: #9166DB; }
a { background-color: rgb(145,102,219); }
div.DivClassName
{
background-color: #9166DB;
}
.BgClassName
{
background-color: #9166DB;
}
</style>
border-color css
<style>
span { border-color: #9166DB; }
span { border-color: rgb(145,102,219); }
td.TdClassName
{
border-color: #9166DB;
}
.TagClassName
{
border-color: #9166DB;
}
</style>