Shades of Medium Purple #9174DB
Tints of Medium Purple #9174DB
RGB
CMYK
RGB Variations
Color information
#9174DB (or 0x9174DB) is known color: Medium Purple. HEX triplet: 91, 74 and DB. RGB value is (145,116,219). Sum of RGB (Red+Green+Blue) = 145+116+219=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9174DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DB is #6E8B24. Grayscale: #888888. Windows color (decimal): -7244581 or 14382225. OLE color: 14382225.
HSL color Cylindrical-coordinate representation of color #9174DB: hue angle of 256.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9174DB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 116 | 219 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.14 |
| HSL | 256.89º | 0.59% | 0.66% | - |
| HSV(B) | 256.89º | 0.47% | 0.86% | - |
| XYZ | 30.71 | 23.63 | 69.96 | - |
| YUV | 136.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 219 | 0.34 | 0.47 | 0 | 0.14 | 256.89 | 0.59 | 0.66 |
| Hex | 91 | 74 | DB | 22 | 2F | 0 | E | 101 | 3B | 42 |
| Octal | 221 | 164 | 333 | 42 | 57 | 0 | 16 | 401 | 73 | 102 |
| Binary | 10010001 | 1110100 | 11011011 | 100010 | 101111 | 0 | 1110 | 100000001 | 111011 | 1000010 |
Color Harmonies of #9174DB
Complementary color
Monochromatic Colors of #9174DB
Black with #9174DB
Text Example
Text Example
White with #9174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174DB; }
p { color: rgb(145,116,219); }
H1.HeaderClassName
{
color: #9174DB;
}
.AnyTagClassName
{
color: #9174DB;
}
</style>
background-color css
<style>
a { background-color: #9174DB; }
a { background-color: rgb(145,116,219); }
div.DivClassName
{
background-color: #9174DB;
}
.BgClassName
{
background-color: #9174DB;
}
</style>
border-color css
<style>
span { border-color: #9174DB; }
span { border-color: rgb(145,116,219); }
td.TdClassName
{
border-color: #9174DB;
}
.TagClassName
{
border-color: #9174DB;
}
</style>