Shades of Medium Purple #9974DB
Tints of Medium Purple #9974DB
RGB
CMYK
RGB Variations
Color information
#9974DB (or 0x9974DB) is known color: Medium Purple. HEX triplet: 99, 74 and DB. RGB value is (153,116,219). Sum of RGB (Red+Green+Blue) = 153+116+219=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #9974DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974DB is #668B24. Grayscale: #8A8A8A. Windows color (decimal): -6720293 or 14382233. OLE color: 14382233.
HSL color Cylindrical-coordinate representation of color #9974DB: hue angle of 261.55º 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 #9974DB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 116 | 219 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.14 |
| HSL | 261.55º | 0.59% | 0.66% | - |
| HSV(B) | 261.55º | 0.47% | 0.86% | - |
| XYZ | 32.17 | 24.38 | 70.03 | - |
| YUV | 138.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 219 | 0.30 | 0.47 | 0 | 0.14 | 261.55 | 0.59 | 0.66 |
| Hex | 99 | 74 | DB | 1E | 2F | 0 | E | 106 | 3B | 42 |
| Octal | 231 | 164 | 333 | 36 | 57 | 0 | 16 | 406 | 73 | 102 |
| Binary | 10011001 | 1110100 | 11011011 | 11110 | 101111 | 0 | 1110 | 100000110 | 111011 | 1000010 |
Color Harmonies of #9974DB
Complementary color
Monochromatic Colors of #9974DB
Black with #9974DB
Text Example
Text Example
White with #9974DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974DB; }
p { color: rgb(153,116,219); }
H1.HeaderClassName
{
color: #9974DB;
}
.AnyTagClassName
{
color: #9974DB;
}
</style>
background-color css
<style>
a { background-color: #9974DB; }
a { background-color: rgb(153,116,219); }
div.DivClassName
{
background-color: #9974DB;
}
.BgClassName
{
background-color: #9974DB;
}
</style>
border-color css
<style>
span { border-color: #9974DB; }
span { border-color: rgb(153,116,219); }
td.TdClassName
{
border-color: #9974DB;
}
.TagClassName
{
border-color: #9974DB;
}
</style>