Shades of Medium Purple #9678DF
Tints of Medium Purple #9678DF
RGB
CMYK
RGB Variations
Color information
#9678DF (or 0x9678DF) is known color: Medium Purple. HEX triplet: 96, 78 and DF. RGB value is (150,120,223). Sum of RGB (Red+Green+Blue) = 150+120+223=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9678DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678DF is #698720. Grayscale: #8C8C8C. Windows color (decimal): -6915873 or 14645398. OLE color: 14645398.
HSL color Cylindrical-coordinate representation of color #9678DF: hue angle of 257.48º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9678DF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 120 | 223 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.13 |
| HSL | 257.48º | 0.62% | 0.67% | - |
| HSV(B) | 257.48º | 0.46% | 0.87% | - |
| XYZ | 32.61 | 25.24 | 72.97 | - |
| YUV | 140.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 223 | 0.33 | 0.46 | 0 | 0.13 | 257.48 | 0.62 | 0.67 |
| Hex | 96 | 78 | DF | 21 | 2E | 0 | D | 101 | 3E | 43 |
| Octal | 226 | 170 | 337 | 41 | 56 | 0 | 15 | 401 | 76 | 103 |
| Binary | 10010110 | 1111000 | 11011111 | 100001 | 101110 | 0 | 1101 | 100000001 | 111110 | 1000011 |
Color Harmonies of #9678DF
Complementary color
Monochromatic Colors of #9678DF
Black with #9678DF
Text Example
Text Example
White with #9678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678DF; }
p { color: rgb(150,120,223); }
H1.HeaderClassName
{
color: #9678DF;
}
.AnyTagClassName
{
color: #9678DF;
}
</style>
background-color css
<style>
a { background-color: #9678DF; }
a { background-color: rgb(150,120,223); }
div.DivClassName
{
background-color: #9678DF;
}
.BgClassName
{
background-color: #9678DF;
}
</style>
border-color css
<style>
span { border-color: #9678DF; }
span { border-color: rgb(150,120,223); }
td.TdClassName
{
border-color: #9678DF;
}
.TagClassName
{
border-color: #9678DF;
}
</style>