Shades of Medium Purple #9776DF
Tints of Medium Purple #9776DF
RGB
CMYK
RGB Variations
Color information
#9776DF (or 0x9776DF) is known color: Medium Purple. HEX triplet: 97, 76 and DF. RGB value is (151,118,223). Sum of RGB (Red+Green+Blue) = 151+118+223=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9776DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776DF is #688920. Grayscale: #8B8B8B. Windows color (decimal): -6850849 or 14644887. OLE color: 14644887.
HSL color Cylindrical-coordinate representation of color #9776DF: hue angle of 258.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9776DF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 118 | 223 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.13 |
| HSL | 258.86º | 0.62% | 0.67% | - |
| HSV(B) | 258.86º | 0.47% | 0.87% | - |
| XYZ | 32.56 | 24.86 | 72.9 | - |
| YUV | 139.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 223 | 0.32 | 0.47 | 0 | 0.13 | 258.86 | 0.62 | 0.67 |
| Hex | 97 | 76 | DF | 20 | 2F | 0 | D | 103 | 3E | 43 |
| Octal | 227 | 166 | 337 | 40 | 57 | 0 | 15 | 403 | 76 | 103 |
| Binary | 10010111 | 1110110 | 11011111 | 100000 | 101111 | 0 | 1101 | 100000011 | 111110 | 1000011 |
Color Harmonies of #9776DF
Complementary color
Monochromatic Colors of #9776DF
Black with #9776DF
Text Example
Text Example
White with #9776DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776DF; }
p { color: rgb(151,118,223); }
H1.HeaderClassName
{
color: #9776DF;
}
.AnyTagClassName
{
color: #9776DF;
}
</style>
background-color css
<style>
a { background-color: #9776DF; }
a { background-color: rgb(151,118,223); }
div.DivClassName
{
background-color: #9776DF;
}
.BgClassName
{
background-color: #9776DF;
}
</style>
border-color css
<style>
span { border-color: #9776DF; }
span { border-color: rgb(151,118,223); }
td.TdClassName
{
border-color: #9776DF;
}
.TagClassName
{
border-color: #9776DF;
}
</style>