Shades of Medium Purple #9961DF
Tints of Medium Purple #9961DF
RGB
CMYK
RGB Variations
Color information
#9961DF (or 0x9961DF) is known color: Medium Purple. HEX triplet: 99, 61 and DF. RGB value is (153,97,223). Sum of RGB (Red+Green+Blue) = 153+97+223=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9961DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961DF is #669E20. Grayscale: #7F7F7F. Windows color (decimal): -6725153 or 14639513. OLE color: 14639513.
HSL color Cylindrical-coordinate representation of color #9961DF: hue angle of 266.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9961DF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 97 | 223 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.13 |
| HSL | 266.67º | 0.66% | 0.63% | - |
| HSV(B) | 266.67º | 0.57% | 0.87% | - |
| XYZ | 30.73 | 20.65 | 72.18 | - |
| YUV | 128.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 223 | 0.31 | 0.57 | 0 | 0.13 | 266.67 | 0.66 | 0.63 |
| Hex | 99 | 61 | DF | 1F | 39 | 0 | D | 10B | 42 | 3F |
| Octal | 231 | 141 | 337 | 37 | 71 | 0 | 15 | 413 | 102 | 77 |
| Binary | 10011001 | 1100001 | 11011111 | 11111 | 111001 | 0 | 1101 | 100001011 | 1000010 | 111111 |
Color Harmonies of #9961DF
Complementary color
Monochromatic Colors of #9961DF
Black with #9961DF
Text Example
Text Example
White with #9961DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961DF; }
p { color: rgb(153,97,223); }
H1.HeaderClassName
{
color: #9961DF;
}
.AnyTagClassName
{
color: #9961DF;
}
</style>
background-color css
<style>
a { background-color: #9961DF; }
a { background-color: rgb(153,97,223); }
div.DivClassName
{
background-color: #9961DF;
}
.BgClassName
{
background-color: #9961DF;
}
</style>
border-color css
<style>
span { border-color: #9961DF; }
span { border-color: rgb(153,97,223); }
td.TdClassName
{
border-color: #9961DF;
}
.TagClassName
{
border-color: #9961DF;
}
</style>