Shades of Medium Purple #997ADB
Tints of Medium Purple #997ADB
RGB
CMYK
RGB Variations
Color information
#997ADB (or 0x997ADB) is known color: Medium Purple. HEX triplet: 99, 7A and DB. RGB value is (153,122,219). Sum of RGB (Red+Green+Blue) = 153+122+219=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #997ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ADB is #668524. Grayscale: #8D8D8D. Windows color (decimal): -6718757 or 14383769. OLE color: 14383769.
HSL color Cylindrical-coordinate representation of color #997ADB: hue angle of 259.18º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997ADB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 122 | 219 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.14 |
| HSL | 259.18º | 0.57% | 0.67% | - |
| HSV(B) | 259.18º | 0.44% | 0.86% | - |
| XYZ | 32.88 | 25.81 | 70.27 | - |
| YUV | 142.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 219 | 0.30 | 0.44 | 0 | 0.14 | 259.18 | 0.57 | 0.67 |
| Hex | 99 | 7A | DB | 1E | 2C | 0 | E | 103 | 39 | 43 |
| Octal | 231 | 172 | 333 | 36 | 54 | 0 | 16 | 403 | 71 | 103 |
| Binary | 10011001 | 1111010 | 11011011 | 11110 | 101100 | 0 | 1110 | 100000011 | 111001 | 1000011 |
Color Harmonies of #997ADB
Complementary color
Monochromatic Colors of #997ADB
Black with #997ADB
Text Example
Text Example
White with #997ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ADB; }
p { color: rgb(153,122,219); }
H1.HeaderClassName
{
color: #997ADB;
}
.AnyTagClassName
{
color: #997ADB;
}
</style>
background-color css
<style>
a { background-color: #997ADB; }
a { background-color: rgb(153,122,219); }
div.DivClassName
{
background-color: #997ADB;
}
.BgClassName
{
background-color: #997ADB;
}
</style>
border-color css
<style>
span { border-color: #997ADB; }
span { border-color: rgb(153,122,219); }
td.TdClassName
{
border-color: #997ADB;
}
.TagClassName
{
border-color: #997ADB;
}
</style>