Shades of Medium Purple #9965DB
Tints of Medium Purple #9965DB
RGB
CMYK
RGB Variations
Color information
#9965DB (or 0x9965DB) is known color: Medium Purple. HEX triplet: 99, 65 and DB. RGB value is (153,101,219). Sum of RGB (Red+Green+Blue) = 153+101+219=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9965DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965DB is #669A24. Grayscale: #818181. Windows color (decimal): -6724133 or 14378393. OLE color: 14378393.
HSL color Cylindrical-coordinate representation of color #9965DB: hue angle of 266.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9965DB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 101 | 219 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.14 |
| HSL | 266.44º | 0.62% | 0.63% | - |
| HSV(B) | 266.44º | 0.54% | 0.86% | - |
| XYZ | 30.58 | 21.19 | 69.5 | - |
| YUV | 130 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 219 | 0.30 | 0.54 | 0 | 0.14 | 266.44 | 0.62 | 0.63 |
| Hex | 99 | 65 | DB | 1E | 36 | 0 | E | 10A | 3E | 3F |
| Octal | 231 | 145 | 333 | 36 | 66 | 0 | 16 | 412 | 76 | 77 |
| Binary | 10011001 | 1100101 | 11011011 | 11110 | 110110 | 0 | 1110 | 100001010 | 111110 | 111111 |
Color Harmonies of #9965DB
Complementary color
Monochromatic Colors of #9965DB
Black with #9965DB
Text Example
Text Example
White with #9965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965DB; }
p { color: rgb(153,101,219); }
H1.HeaderClassName
{
color: #9965DB;
}
.AnyTagClassName
{
color: #9965DB;
}
</style>
background-color css
<style>
a { background-color: #9965DB; }
a { background-color: rgb(153,101,219); }
div.DivClassName
{
background-color: #9965DB;
}
.BgClassName
{
background-color: #9965DB;
}
</style>
border-color css
<style>
span { border-color: #9965DB; }
span { border-color: rgb(153,101,219); }
td.TdClassName
{
border-color: #9965DB;
}
.TagClassName
{
border-color: #9965DB;
}
</style>