Shades of Medium Purple #9975DB
Tints of Medium Purple #9975DB
RGB
CMYK
RGB Variations
Color information
#9975DB (or 0x9975DB) is known color: Medium Purple. HEX triplet: 99, 75 and DB. RGB value is (153,117,219). Sum of RGB (Red+Green+Blue) = 153+117+219=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #9975DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975DB is #668A24. Grayscale: #8B8B8B. Windows color (decimal): -6720037 or 14382489. OLE color: 14382489.
HSL color Cylindrical-coordinate representation of color #9975DB: hue angle of 261.18º degrees, saturation: 0.59, 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 #9975DB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 117 | 219 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.14 |
| HSL | 261.18º | 0.59% | 0.66% | - |
| HSV(B) | 261.18º | 0.47% | 0.86% | - |
| XYZ | 32.28 | 24.61 | 70.07 | - |
| YUV | 139.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 219 | 0.30 | 0.47 | 0 | 0.14 | 261.18 | 0.59 | 0.66 |
| Hex | 99 | 75 | DB | 1E | 2F | 0 | E | 105 | 3B | 42 |
| Octal | 231 | 165 | 333 | 36 | 57 | 0 | 16 | 405 | 73 | 102 |
| Binary | 10011001 | 1110101 | 11011011 | 11110 | 101111 | 0 | 1110 | 100000101 | 111011 | 1000010 |
Color Harmonies of #9975DB
Complementary color
Monochromatic Colors of #9975DB
Black with #9975DB
Text Example
Text Example
White with #9975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975DB; }
p { color: rgb(153,117,219); }
H1.HeaderClassName
{
color: #9975DB;
}
.AnyTagClassName
{
color: #9975DB;
}
</style>
background-color css
<style>
a { background-color: #9975DB; }
a { background-color: rgb(153,117,219); }
div.DivClassName
{
background-color: #9975DB;
}
.BgClassName
{
background-color: #9975DB;
}
</style>
border-color css
<style>
span { border-color: #9975DB; }
span { border-color: rgb(153,117,219); }
td.TdClassName
{
border-color: #9975DB;
}
.TagClassName
{
border-color: #9975DB;
}
</style>