Shades of Medium Purple #9969DC
Tints of Medium Purple #9969DC
RGB
CMYK
RGB Variations
Color information
#9969DC (or 0x9969DC) is known color: Medium Purple. HEX triplet: 99, 69 and DC. RGB value is (153,105,220). Sum of RGB (Red+Green+Blue) = 153+105+220=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9969DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DC is #669623. Grayscale: #848484. Windows color (decimal): -6723108 or 14444953. OLE color: 14444953.
HSL color Cylindrical-coordinate representation of color #9969DC: hue angle of 265.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9969DC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 105 | 220 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.14 |
| HSL | 265.04º | 0.62% | 0.64% | - |
| HSV(B) | 265.04º | 0.52% | 0.86% | - |
| XYZ | 31.11 | 22.04 | 70.33 | - |
| YUV | 132.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 220 | 0.30 | 0.52 | 0 | 0.14 | 265.04 | 0.62 | 0.64 |
| Hex | 99 | 69 | DC | 1E | 34 | 0 | E | 109 | 3E | 40 |
| Octal | 231 | 151 | 334 | 36 | 64 | 0 | 16 | 411 | 76 | 100 |
| Binary | 10011001 | 1101001 | 11011100 | 11110 | 110100 | 0 | 1110 | 100001001 | 111110 | 1000000 |
Color Harmonies of #9969DC
Complementary color
Monochromatic Colors of #9969DC
Black with #9969DC
Text Example
Text Example
White with #9969DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969DC; }
p { color: rgb(153,105,220); }
H1.HeaderClassName
{
color: #9969DC;
}
.AnyTagClassName
{
color: #9969DC;
}
</style>
background-color css
<style>
a { background-color: #9969DC; }
a { background-color: rgb(153,105,220); }
div.DivClassName
{
background-color: #9969DC;
}
.BgClassName
{
background-color: #9969DC;
}
</style>
border-color css
<style>
span { border-color: #9969DC; }
span { border-color: rgb(153,105,220); }
td.TdClassName
{
border-color: #9969DC;
}
.TagClassName
{
border-color: #9969DC;
}
</style>