Shades of Medium Purple #997BDC
Tints of Medium Purple #997BDC
RGB
CMYK
RGB Variations
Color information
#997BDC (or 0x997BDC) is known color: Medium Purple. HEX triplet: 99, 7B and DC. RGB value is (153,123,220). Sum of RGB (Red+Green+Blue) = 153+123+220=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #997BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BDC is #668423. Grayscale: #8E8E8E. Windows color (decimal): -6718500 or 14449561. OLE color: 14449561.
HSL color Cylindrical-coordinate representation of color #997BDC: hue angle of 258.56º degrees, saturation: 0.58, 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 #997BDC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 123 | 220 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.14 |
| HSL | 258.56º | 0.58% | 0.67% | - |
| HSV(B) | 258.56º | 0.44% | 0.86% | - |
| XYZ | 33.14 | 26.11 | 71 | - |
| YUV | 143.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 220 | 0.30 | 0.44 | 0 | 0.14 | 258.56 | 0.58 | 0.67 |
| Hex | 99 | 7B | DC | 1E | 2C | 0 | E | 103 | 3A | 43 |
| Octal | 231 | 173 | 334 | 36 | 54 | 0 | 16 | 403 | 72 | 103 |
| Binary | 10011001 | 1111011 | 11011100 | 11110 | 101100 | 0 | 1110 | 100000011 | 111010 | 1000011 |
Color Harmonies of #997BDC
Complementary color
Monochromatic Colors of #997BDC
Black with #997BDC
Text Example
Text Example
White with #997BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BDC; }
p { color: rgb(153,123,220); }
H1.HeaderClassName
{
color: #997BDC;
}
.AnyTagClassName
{
color: #997BDC;
}
</style>
background-color css
<style>
a { background-color: #997BDC; }
a { background-color: rgb(153,123,220); }
div.DivClassName
{
background-color: #997BDC;
}
.BgClassName
{
background-color: #997BDC;
}
</style>
border-color css
<style>
span { border-color: #997BDC; }
span { border-color: rgb(153,123,220); }
td.TdClassName
{
border-color: #997BDC;
}
.TagClassName
{
border-color: #997BDC;
}
</style>