Shades of Medium Purple #9667DF
Tints of Medium Purple #9667DF
RGB
CMYK
RGB Variations
Color information
#9667DF (or 0x9667DF) is known color: Medium Purple. HEX triplet: 96, 67 and DF. RGB value is (150,103,223). Sum of RGB (Red+Green+Blue) = 150+103+223=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #9667DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DF is #699820. Grayscale: #828282. Windows color (decimal): -6920225 or 14641046. OLE color: 14641046.
HSL color Cylindrical-coordinate representation of color #9667DF: hue angle of 263.5º 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 #9667DF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 103 | 223 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.13 |
| HSL | 263.5º | 0.65% | 0.64% | - |
| HSV(B) | 263.5º | 0.54% | 0.87% | - |
| XYZ | 30.75 | 21.51 | 72.34 | - |
| YUV | 130.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 223 | 0.33 | 0.54 | 0 | 0.13 | 263.5 | 0.65 | 0.64 |
| Hex | 96 | 67 | DF | 21 | 36 | 0 | D | 108 | 41 | 40 |
| Octal | 226 | 147 | 337 | 41 | 66 | 0 | 15 | 410 | 101 | 100 |
| Binary | 10010110 | 1100111 | 11011111 | 100001 | 110110 | 0 | 1101 | 100001000 | 1000001 | 1000000 |
Color Harmonies of #9667DF
Complementary color
Monochromatic Colors of #9667DF
Black with #9667DF
Text Example
Text Example
White with #9667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667DF; }
p { color: rgb(150,103,223); }
H1.HeaderClassName
{
color: #9667DF;
}
.AnyTagClassName
{
color: #9667DF;
}
</style>
background-color css
<style>
a { background-color: #9667DF; }
a { background-color: rgb(150,103,223); }
div.DivClassName
{
background-color: #9667DF;
}
.BgClassName
{
background-color: #9667DF;
}
</style>
border-color css
<style>
span { border-color: #9667DF; }
span { border-color: rgb(150,103,223); }
td.TdClassName
{
border-color: #9667DF;
}
.TagClassName
{
border-color: #9667DF;
}
</style>