Shades of Medium Purple #9765DD
Tints of Medium Purple #9765DD
RGB
CMYK
RGB Variations
Color information
#9765DD (or 0x9765DD) is known color: Medium Purple. HEX triplet: 97, 65 and DD. RGB value is (151,101,221). Sum of RGB (Red+Green+Blue) = 151+101+221=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9765DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765DD is #689A22. Grayscale: #818181. Windows color (decimal): -6855203 or 14509463. OLE color: 14509463.
HSL color Cylindrical-coordinate representation of color #9765DD: hue angle of 265º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9765DD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 101 | 221 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.13 |
| HSL | 265º | 0.64% | 0.63% | - |
| HSV(B) | 265º | 0.54% | 0.87% | - |
| XYZ | 30.47 | 21.11 | 70.87 | - |
| YUV | 129.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 221 | 0.32 | 0.54 | 0 | 0.13 | 265 | 0.64 | 0.63 |
| Hex | 97 | 65 | DD | 20 | 36 | 0 | D | 109 | 40 | 3F |
| Octal | 227 | 145 | 335 | 40 | 66 | 0 | 15 | 411 | 100 | 77 |
| Binary | 10010111 | 1100101 | 11011101 | 100000 | 110110 | 0 | 1101 | 100001001 | 1000000 | 111111 |
Color Harmonies of #9765DD
Complementary color
Monochromatic Colors of #9765DD
Black with #9765DD
Text Example
Text Example
White with #9765DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765DD; }
p { color: rgb(151,101,221); }
H1.HeaderClassName
{
color: #9765DD;
}
.AnyTagClassName
{
color: #9765DD;
}
</style>
background-color css
<style>
a { background-color: #9765DD; }
a { background-color: rgb(151,101,221); }
div.DivClassName
{
background-color: #9765DD;
}
.BgClassName
{
background-color: #9765DD;
}
</style>
border-color css
<style>
span { border-color: #9765DD; }
span { border-color: rgb(151,101,221); }
td.TdClassName
{
border-color: #9765DD;
}
.TagClassName
{
border-color: #9765DD;
}
</style>