Shades of Medium Purple #9676DF
Tints of Medium Purple #9676DF
RGB
CMYK
RGB Variations
Color information
#9676DF (or 0x9676DF) is known color: Medium Purple. HEX triplet: 96, 76 and DF. RGB value is (150,118,223). Sum of RGB (Red+Green+Blue) = 150+118+223=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9676DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DF is #698920. Grayscale: #8B8B8B. Windows color (decimal): -6916385 or 14644886. OLE color: 14644886.
HSL color Cylindrical-coordinate representation of color #9676DF: hue angle of 258.29º 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 #9676DF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 118 | 223 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.13 |
| HSL | 258.29º | 0.62% | 0.67% | - |
| HSV(B) | 258.29º | 0.47% | 0.87% | - |
| XYZ | 32.38 | 24.77 | 72.89 | - |
| YUV | 139.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 223 | 0.33 | 0.47 | 0 | 0.13 | 258.29 | 0.62 | 0.67 |
| Hex | 96 | 76 | DF | 21 | 2F | 0 | D | 102 | 3E | 43 |
| Octal | 226 | 166 | 337 | 41 | 57 | 0 | 15 | 402 | 76 | 103 |
| Binary | 10010110 | 1110110 | 11011111 | 100001 | 101111 | 0 | 1101 | 100000010 | 111110 | 1000011 |
Color Harmonies of #9676DF
Complementary color
Monochromatic Colors of #9676DF
Black with #9676DF
Text Example
Text Example
White with #9676DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676DF; }
p { color: rgb(150,118,223); }
H1.HeaderClassName
{
color: #9676DF;
}
.AnyTagClassName
{
color: #9676DF;
}
</style>
background-color css
<style>
a { background-color: #9676DF; }
a { background-color: rgb(150,118,223); }
div.DivClassName
{
background-color: #9676DF;
}
.BgClassName
{
background-color: #9676DF;
}
</style>
border-color css
<style>
span { border-color: #9676DF; }
span { border-color: rgb(150,118,223); }
td.TdClassName
{
border-color: #9676DF;
}
.TagClassName
{
border-color: #9676DF;
}
</style>