Shades of Medium Purple #997ADF
Tints of Medium Purple #997ADF
RGB
CMYK
RGB Variations
Color information
#997ADF (or 0x997ADF) is known color: Medium Purple. HEX triplet: 99, 7A and DF. RGB value is (153,122,223). Sum of RGB (Red+Green+Blue) = 153+122+223=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #997ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ADF is #668520. Grayscale: #8E8E8E. Windows color (decimal): -6718753 or 14645913. OLE color: 14645913.
HSL color Cylindrical-coordinate representation of color #997ADF: hue angle of 258.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997ADF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 122 | 223 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.13 |
| HSL | 258.42º | 0.61% | 0.68% | - |
| HSV(B) | 258.42º | 0.45% | 0.87% | - |
| XYZ | 33.42 | 26.02 | 73.07 | - |
| YUV | 142.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 223 | 0.31 | 0.45 | 0 | 0.13 | 258.42 | 0.61 | 0.68 |
| Hex | 99 | 7A | DF | 1F | 2D | 0 | D | 102 | 3D | 44 |
| Octal | 231 | 172 | 337 | 37 | 55 | 0 | 15 | 402 | 75 | 104 |
| Binary | 10011001 | 1111010 | 11011111 | 11111 | 101101 | 0 | 1101 | 100000010 | 111101 | 1000100 |
Color Harmonies of #997ADF
Complementary color
Monochromatic Colors of #997ADF
Black with #997ADF
Text Example
Text Example
White with #997ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ADF; }
p { color: rgb(153,122,223); }
H1.HeaderClassName
{
color: #997ADF;
}
.AnyTagClassName
{
color: #997ADF;
}
</style>
background-color css
<style>
a { background-color: #997ADF; }
a { background-color: rgb(153,122,223); }
div.DivClassName
{
background-color: #997ADF;
}
.BgClassName
{
background-color: #997ADF;
}
</style>
border-color css
<style>
span { border-color: #997ADF; }
span { border-color: rgb(153,122,223); }
td.TdClassName
{
border-color: #997ADF;
}
.TagClassName
{
border-color: #997ADF;
}
</style>