Shades of Medium Purple #9968DB
Tints of Medium Purple #9968DB
RGB
CMYK
RGB Variations
Color information
#9968DB (or 0x9968DB) is known color: Medium Purple. HEX triplet: 99, 68 and DB. RGB value is (153,104,219). Sum of RGB (Red+Green+Blue) = 153+104+219=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #9968DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968DB is #669724. Grayscale: #838383. Windows color (decimal): -6723365 or 14379161. OLE color: 14379161.
HSL color Cylindrical-coordinate representation of color #9968DB: hue angle of 265.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9968DB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 104 | 219 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.14 |
| HSL | 265.57º | 0.61% | 0.63% | - |
| HSV(B) | 265.57º | 0.53% | 0.86% | - |
| XYZ | 30.87 | 21.79 | 69.6 | - |
| YUV | 131.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 219 | 0.30 | 0.53 | 0 | 0.14 | 265.57 | 0.61 | 0.63 |
| Hex | 99 | 68 | DB | 1E | 35 | 0 | E | 10A | 3D | 3F |
| Octal | 231 | 150 | 333 | 36 | 65 | 0 | 16 | 412 | 75 | 77 |
| Binary | 10011001 | 1101000 | 11011011 | 11110 | 110101 | 0 | 1110 | 100001010 | 111101 | 111111 |
Color Harmonies of #9968DB
Complementary color
Monochromatic Colors of #9968DB
Black with #9968DB
Text Example
Text Example
White with #9968DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968DB; }
p { color: rgb(153,104,219); }
H1.HeaderClassName
{
color: #9968DB;
}
.AnyTagClassName
{
color: #9968DB;
}
</style>
background-color css
<style>
a { background-color: #9968DB; }
a { background-color: rgb(153,104,219); }
div.DivClassName
{
background-color: #9968DB;
}
.BgClassName
{
background-color: #9968DB;
}
</style>
border-color css
<style>
span { border-color: #9968DB; }
span { border-color: rgb(153,104,219); }
td.TdClassName
{
border-color: #9968DB;
}
.TagClassName
{
border-color: #9968DB;
}
</style>