Shades of Medium Purple #9969DA
Tints of Medium Purple #9969DA
RGB
CMYK
RGB Variations
Color information
#9969DA (or 0x9969DA) is known color: Medium Purple. HEX triplet: 99, 69 and DA. RGB value is (153,105,218). Sum of RGB (Red+Green+Blue) = 153+105+218=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #9969DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DA is #669625. Grayscale: #838383. Windows color (decimal): -6723110 or 14313881. OLE color: 14313881.
HSL color Cylindrical-coordinate representation of color #9969DA: hue angle of 265.49º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9969DA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 105 | 218 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.15 |
| HSL | 265.49º | 0.6% | 0.63% | - |
| HSV(B) | 265.49º | 0.52% | 0.85% | - |
| XYZ | 30.84 | 21.94 | 68.94 | - |
| YUV | 132.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 218 | 0.30 | 0.52 | 0 | 0.15 | 265.49 | 0.6 | 0.63 |
| Hex | 99 | 69 | DA | 1E | 34 | 0 | F | 109 | 3C | 3F |
| Octal | 231 | 151 | 332 | 36 | 64 | 0 | 17 | 411 | 74 | 77 |
| Binary | 10011001 | 1101001 | 11011010 | 11110 | 110100 | 0 | 1111 | 100001001 | 111100 | 111111 |
Color Harmonies of #9969DA
Complementary color
Monochromatic Colors of #9969DA
Black with #9969DA
Text Example
Text Example
White with #9969DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969DA; }
p { color: rgb(153,105,218); }
H1.HeaderClassName
{
color: #9969DA;
}
.AnyTagClassName
{
color: #9969DA;
}
</style>
background-color css
<style>
a { background-color: #9969DA; }
a { background-color: rgb(153,105,218); }
div.DivClassName
{
background-color: #9969DA;
}
.BgClassName
{
background-color: #9969DA;
}
</style>
border-color css
<style>
span { border-color: #9969DA; }
span { border-color: rgb(153,105,218); }
td.TdClassName
{
border-color: #9969DA;
}
.TagClassName
{
border-color: #9969DA;
}
</style>