Shades of Medium Purple #997ADC
Tints of Medium Purple #997ADC
RGB
CMYK
RGB Variations
Color information
#997ADC (or 0x997ADC) is known color: Medium Purple. HEX triplet: 99, 7A and DC. RGB value is (153,122,220). Sum of RGB (Red+Green+Blue) = 153+122+220=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #997ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ADC is #668523. Grayscale: #8E8E8E. Windows color (decimal): -6718756 or 14449305. OLE color: 14449305.
HSL color Cylindrical-coordinate representation of color #997ADC: hue angle of 258.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997ADC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 122 | 220 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.14 |
| HSL | 258.98º | 0.58% | 0.67% | - |
| HSV(B) | 258.98º | 0.45% | 0.86% | - |
| XYZ | 33.01 | 25.86 | 70.96 | - |
| YUV | 142.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 220 | 0.30 | 0.45 | 0 | 0.14 | 258.98 | 0.58 | 0.67 |
| Hex | 99 | 7A | DC | 1E | 2D | 0 | E | 103 | 3A | 43 |
| Octal | 231 | 172 | 334 | 36 | 55 | 0 | 16 | 403 | 72 | 103 |
| Binary | 10011001 | 1111010 | 11011100 | 11110 | 101101 | 0 | 1110 | 100000011 | 111010 | 1000011 |
Color Harmonies of #997ADC
Complementary color
Monochromatic Colors of #997ADC
Black with #997ADC
Text Example
Text Example
White with #997ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ADC; }
p { color: rgb(153,122,220); }
H1.HeaderClassName
{
color: #997ADC;
}
.AnyTagClassName
{
color: #997ADC;
}
</style>
background-color css
<style>
a { background-color: #997ADC; }
a { background-color: rgb(153,122,220); }
div.DivClassName
{
background-color: #997ADC;
}
.BgClassName
{
background-color: #997ADC;
}
</style>
border-color css
<style>
span { border-color: #997ADC; }
span { border-color: rgb(153,122,220); }
td.TdClassName
{
border-color: #997ADC;
}
.TagClassName
{
border-color: #997ADC;
}
</style>