Shades of Medium Purple #9975DC
Tints of Medium Purple #9975DC
RGB
CMYK
RGB Variations
Color information
#9975DC (or 0x9975DC) is known color: Medium Purple. HEX triplet: 99, 75 and DC. RGB value is (153,117,220). Sum of RGB (Red+Green+Blue) = 153+117+220=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9975DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975DC is #668A23. Grayscale: #8B8B8B. Windows color (decimal): -6720036 or 14448025. OLE color: 14448025.
HSL color Cylindrical-coordinate representation of color #9975DC: hue angle of 260.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9975DC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 117 | 220 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.14 |
| HSL | 260.97º | 0.6% | 0.66% | - |
| HSV(B) | 260.97º | 0.47% | 0.86% | - |
| XYZ | 32.42 | 24.66 | 70.76 | - |
| YUV | 139.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 220 | 0.30 | 0.47 | 0 | 0.14 | 260.97 | 0.6 | 0.66 |
| Hex | 99 | 75 | DC | 1E | 2F | 0 | E | 105 | 3C | 42 |
| Octal | 231 | 165 | 334 | 36 | 57 | 0 | 16 | 405 | 74 | 102 |
| Binary | 10011001 | 1110101 | 11011100 | 11110 | 101111 | 0 | 1110 | 100000101 | 111100 | 1000010 |
Color Harmonies of #9975DC
Complementary color
Monochromatic Colors of #9975DC
Black with #9975DC
Text Example
Text Example
White with #9975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975DC; }
p { color: rgb(153,117,220); }
H1.HeaderClassName
{
color: #9975DC;
}
.AnyTagClassName
{
color: #9975DC;
}
</style>
background-color css
<style>
a { background-color: #9975DC; }
a { background-color: rgb(153,117,220); }
div.DivClassName
{
background-color: #9975DC;
}
.BgClassName
{
background-color: #9975DC;
}
</style>
border-color css
<style>
span { border-color: #9975DC; }
span { border-color: rgb(153,117,220); }
td.TdClassName
{
border-color: #9975DC;
}
.TagClassName
{
border-color: #9975DC;
}
</style>