Shades of Medium Purple #9967DB
Tints of Medium Purple #9967DB
RGB
CMYK
RGB Variations
Color information
#9967DB (or 0x9967DB) is known color: Medium Purple. HEX triplet: 99, 67 and DB. RGB value is (153,103,219). Sum of RGB (Red+Green+Blue) = 153+103+219=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9967DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967DB is #669824. Grayscale: #828282. Windows color (decimal): -6723621 or 14378905. OLE color: 14378905.
HSL color Cylindrical-coordinate representation of color #9967DB: hue angle of 265.86º degrees, saturation: 0.62, 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 #9967DB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 103 | 219 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.14 |
| HSL | 265.86º | 0.62% | 0.63% | - |
| HSV(B) | 265.86º | 0.53% | 0.86% | - |
| XYZ | 30.77 | 21.59 | 69.56 | - |
| YUV | 131.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 219 | 0.30 | 0.53 | 0 | 0.14 | 265.86 | 0.62 | 0.63 |
| Hex | 99 | 67 | DB | 1E | 35 | 0 | E | 10A | 3E | 3F |
| Octal | 231 | 147 | 333 | 36 | 65 | 0 | 16 | 412 | 76 | 77 |
| Binary | 10011001 | 1100111 | 11011011 | 11110 | 110101 | 0 | 1110 | 100001010 | 111110 | 111111 |
Color Harmonies of #9967DB
Complementary color
Monochromatic Colors of #9967DB
Black with #9967DB
Text Example
Text Example
White with #9967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967DB; }
p { color: rgb(153,103,219); }
H1.HeaderClassName
{
color: #9967DB;
}
.AnyTagClassName
{
color: #9967DB;
}
</style>
background-color css
<style>
a { background-color: #9967DB; }
a { background-color: rgb(153,103,219); }
div.DivClassName
{
background-color: #9967DB;
}
.BgClassName
{
background-color: #9967DB;
}
</style>
border-color css
<style>
span { border-color: #9967DB; }
span { border-color: rgb(153,103,219); }
td.TdClassName
{
border-color: #9967DB;
}
.TagClassName
{
border-color: #9967DB;
}
</style>