Shades of Medium Purple #9967DF
Tints of Medium Purple #9967DF
RGB
CMYK
RGB Variations
Color information
#9967DF (or 0x9967DF) is known color: Medium Purple. HEX triplet: 99, 67 and DF. RGB value is (153,103,223). Sum of RGB (Red+Green+Blue) = 153+103+223=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #9967DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967DF is #669820. Grayscale: #838383. Windows color (decimal): -6723617 or 14641049. OLE color: 14641049.
HSL color Cylindrical-coordinate representation of color #9967DF: hue angle of 265º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9967DF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 103 | 223 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.13 |
| HSL | 265º | 0.65% | 0.64% | - |
| HSV(B) | 265º | 0.54% | 0.87% | - |
| XYZ | 31.31 | 21.8 | 72.37 | - |
| YUV | 131.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 223 | 0.31 | 0.54 | 0 | 0.13 | 265 | 0.65 | 0.64 |
| Hex | 99 | 67 | DF | 1F | 36 | 0 | D | 109 | 41 | 40 |
| Octal | 231 | 147 | 337 | 37 | 66 | 0 | 15 | 411 | 101 | 100 |
| Binary | 10011001 | 1100111 | 11011111 | 11111 | 110110 | 0 | 1101 | 100001001 | 1000001 | 1000000 |
Color Harmonies of #9967DF
Complementary color
Monochromatic Colors of #9967DF
Black with #9967DF
Text Example
Text Example
White with #9967DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967DF; }
p { color: rgb(153,103,223); }
H1.HeaderClassName
{
color: #9967DF;
}
.AnyTagClassName
{
color: #9967DF;
}
</style>
background-color css
<style>
a { background-color: #9967DF; }
a { background-color: rgb(153,103,223); }
div.DivClassName
{
background-color: #9967DF;
}
.BgClassName
{
background-color: #9967DF;
}
</style>
border-color css
<style>
span { border-color: #9967DF; }
span { border-color: rgb(153,103,223); }
td.TdClassName
{
border-color: #9967DF;
}
.TagClassName
{
border-color: #9967DF;
}
</style>