Shades of Medium Purple #997CDA
Tints of Medium Purple #997CDA
RGB
CMYK
RGB Variations
Color information
#997CDA (or 0x997CDA) is known color: Medium Purple. HEX triplet: 99, 7C and DA. RGB value is (153,124,218). Sum of RGB (Red+Green+Blue) = 153+124+218=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #997CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CDA is #668325. Grayscale: #8F8F8F. Windows color (decimal): -6718246 or 14318745. OLE color: 14318745.
HSL color Cylindrical-coordinate representation of color #997CDA: hue angle of 258.51º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997CDA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 124 | 218 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.15 |
| HSL | 258.51º | 0.56% | 0.67% | - |
| HSV(B) | 258.51º | 0.43% | 0.85% | - |
| XYZ | 33 | 26.25 | 69.66 | - |
| YUV | 143.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 218 | 0.30 | 0.43 | 0 | 0.15 | 258.51 | 0.56 | 0.67 |
| Hex | 99 | 7C | DA | 1E | 2B | 0 | F | 103 | 38 | 43 |
| Octal | 231 | 174 | 332 | 36 | 53 | 0 | 17 | 403 | 70 | 103 |
| Binary | 10011001 | 1111100 | 11011010 | 11110 | 101011 | 0 | 1111 | 100000011 | 111000 | 1000011 |
Color Harmonies of #997CDA
Complementary color
Monochromatic Colors of #997CDA
Black with #997CDA
Text Example
Text Example
White with #997CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CDA; }
p { color: rgb(153,124,218); }
H1.HeaderClassName
{
color: #997CDA;
}
.AnyTagClassName
{
color: #997CDA;
}
</style>
background-color css
<style>
a { background-color: #997CDA; }
a { background-color: rgb(153,124,218); }
div.DivClassName
{
background-color: #997CDA;
}
.BgClassName
{
background-color: #997CDA;
}
</style>
border-color css
<style>
span { border-color: #997CDA; }
span { border-color: rgb(153,124,218); }
td.TdClassName
{
border-color: #997CDA;
}
.TagClassName
{
border-color: #997CDA;
}
</style>