Shades of Medium Purple #9178DB
Tints of Medium Purple #9178DB
RGB
CMYK
RGB Variations
Color information
#9178DB (or 0x9178DB) is known color: Medium Purple. HEX triplet: 91, 78 and DB. RGB value is (145,120,219). Sum of RGB (Red+Green+Blue) = 145+120+219=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9178DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178DB is #6E8724. Grayscale: #8A8A8A. Windows color (decimal): -7243557 or 14383249. OLE color: 14383249.
HSL color Cylindrical-coordinate representation of color #9178DB: hue angle of 255.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9178DB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 120 | 219 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.14 |
| HSL | 255.15º | 0.58% | 0.66% | - |
| HSV(B) | 255.15º | 0.45% | 0.86% | - |
| XYZ | 31.18 | 24.57 | 70.12 | - |
| YUV | 138.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 219 | 0.34 | 0.45 | 0 | 0.14 | 255.15 | 0.58 | 0.66 |
| Hex | 91 | 78 | DB | 22 | 2D | 0 | E | FF | 3A | 42 |
| Octal | 221 | 170 | 333 | 42 | 55 | 0 | 16 | 377 | 72 | 102 |
| Binary | 10010001 | 1111000 | 11011011 | 100010 | 101101 | 0 | 1110 | 11111111 | 111010 | 1000010 |
Color Harmonies of #9178DB
Complementary color
Monochromatic Colors of #9178DB
Black with #9178DB
Text Example
Text Example
White with #9178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178DB; }
p { color: rgb(145,120,219); }
H1.HeaderClassName
{
color: #9178DB;
}
.AnyTagClassName
{
color: #9178DB;
}
</style>
background-color css
<style>
a { background-color: #9178DB; }
a { background-color: rgb(145,120,219); }
div.DivClassName
{
background-color: #9178DB;
}
.BgClassName
{
background-color: #9178DB;
}
</style>
border-color css
<style>
span { border-color: #9178DB; }
span { border-color: rgb(145,120,219); }
td.TdClassName
{
border-color: #9178DB;
}
.TagClassName
{
border-color: #9178DB;
}
</style>