Shades of Medium Purple #9B66DF
Tints of Medium Purple #9B66DF
RGB
CMYK
RGB Variations
Color information
#9B66DF (or 0x9B66DF) is known color: Medium Purple. HEX triplet: 9B, 66 and DF. RGB value is (155,102,223). Sum of RGB (Red+Green+Blue) = 155+102+223=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66DF is #649920. Grayscale: #838383. Windows color (decimal): -6592801 or 14640795. OLE color: 14640795.
HSL color Cylindrical-coordinate representation of color #9B66DF: hue angle of 266.28º 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 #9B66DF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 102 | 223 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.13 |
| HSL | 266.28º | 0.65% | 0.64% | - |
| HSV(B) | 266.28º | 0.54% | 0.87% | - |
| XYZ | 31.59 | 21.8 | 72.35 | - |
| YUV | 131.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 223 | 0.30 | 0.54 | 0 | 0.13 | 266.28 | 0.65 | 0.64 |
| Hex | 9B | 66 | DF | 1E | 36 | 0 | D | 10A | 41 | 40 |
| Octal | 233 | 146 | 337 | 36 | 66 | 0 | 15 | 412 | 101 | 100 |
| Binary | 10011011 | 1100110 | 11011111 | 11110 | 110110 | 0 | 1101 | 100001010 | 1000001 | 1000000 |
Color Harmonies of #9B66DF
Complementary color
Monochromatic Colors of #9B66DF
Black with #9B66DF
Text Example
Text Example
White with #9B66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66DF; }
p { color: rgb(155,102,223); }
H1.HeaderClassName
{
color: #9B66DF;
}
.AnyTagClassName
{
color: #9B66DF;
}
</style>
background-color css
<style>
a { background-color: #9B66DF; }
a { background-color: rgb(155,102,223); }
div.DivClassName
{
background-color: #9B66DF;
}
.BgClassName
{
background-color: #9B66DF;
}
</style>
border-color css
<style>
span { border-color: #9B66DF; }
span { border-color: rgb(155,102,223); }
td.TdClassName
{
border-color: #9B66DF;
}
.TagClassName
{
border-color: #9B66DF;
}
</style>