Shades of Medium Purple #9667DD
Tints of Medium Purple #9667DD
RGB
CMYK
RGB Variations
Color information
#9667DD (or 0x9667DD) is known color: Medium Purple. HEX triplet: 96, 67 and DD. RGB value is (150,103,221). Sum of RGB (Red+Green+Blue) = 150+103+221=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #9667DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DD is #699822. Grayscale: #828282. Windows color (decimal): -6920227 or 14509974. OLE color: 14509974.
HSL color Cylindrical-coordinate representation of color #9667DD: hue angle of 263.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9667DD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 103 | 221 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.13 |
| HSL | 263.9º | 0.63% | 0.64% | - |
| HSV(B) | 263.9º | 0.53% | 0.87% | - |
| XYZ | 30.48 | 21.4 | 70.93 | - |
| YUV | 130.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 221 | 0.32 | 0.53 | 0 | 0.13 | 263.9 | 0.63 | 0.64 |
| Hex | 96 | 67 | DD | 20 | 35 | 0 | D | 108 | 3F | 40 |
| Octal | 226 | 147 | 335 | 40 | 65 | 0 | 15 | 410 | 77 | 100 |
| Binary | 10010110 | 1100111 | 11011101 | 100000 | 110101 | 0 | 1101 | 100001000 | 111111 | 1000000 |
Color Harmonies of #9667DD
Complementary color
Monochromatic Colors of #9667DD
Black with #9667DD
Text Example
Text Example
White with #9667DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667DD; }
p { color: rgb(150,103,221); }
H1.HeaderClassName
{
color: #9667DD;
}
.AnyTagClassName
{
color: #9667DD;
}
</style>
background-color css
<style>
a { background-color: #9667DD; }
a { background-color: rgb(150,103,221); }
div.DivClassName
{
background-color: #9667DD;
}
.BgClassName
{
background-color: #9667DD;
}
</style>
border-color css
<style>
span { border-color: #9667DD; }
span { border-color: rgb(150,103,221); }
td.TdClassName
{
border-color: #9667DD;
}
.TagClassName
{
border-color: #9667DD;
}
</style>