Shades of Medium Purple #9678D7
Tints of Medium Purple #9678D7
RGB
CMYK
RGB Variations
Color information
#9678D7 (or 0x9678D7) is known color: Medium Purple. HEX triplet: 96, 78 and D7. RGB value is (150,120,215). Sum of RGB (Red+Green+Blue) = 150+120+215=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #9678D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678D7 is #698728. Grayscale: #8B8B8B. Windows color (decimal): -6915881 or 14121110. OLE color: 14121110.
HSL color Cylindrical-coordinate representation of color #9678D7: hue angle of 258.95º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9678D7 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 120 | 215 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.16 |
| HSL | 258.95º | 0.54% | 0.66% | - |
| HSV(B) | 258.95º | 0.44% | 0.84% | - |
| XYZ | 31.56 | 24.82 | 67.42 | - |
| YUV | 139.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 215 | 0.30 | 0.44 | 0 | 0.16 | 258.95 | 0.54 | 0.66 |
| Hex | 96 | 78 | D7 | 1E | 2C | 0 | 10 | 103 | 36 | 42 |
| Octal | 226 | 170 | 327 | 36 | 54 | 0 | 20 | 403 | 66 | 102 |
| Binary | 10010110 | 1111000 | 11010111 | 11110 | 101100 | 0 | 10000 | 100000011 | 110110 | 1000010 |
Color Harmonies of #9678D7
Complementary color
Monochromatic Colors of #9678D7
Black with #9678D7
Text Example
Text Example
White with #9678D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678D7; }
p { color: rgb(150,120,215); }
H1.HeaderClassName
{
color: #9678D7;
}
.AnyTagClassName
{
color: #9678D7;
}
</style>
background-color css
<style>
a { background-color: #9678D7; }
a { background-color: rgb(150,120,215); }
div.DivClassName
{
background-color: #9678D7;
}
.BgClassName
{
background-color: #9678D7;
}
</style>
border-color css
<style>
span { border-color: #9678D7; }
span { border-color: rgb(150,120,215); }
td.TdClassName
{
border-color: #9678D7;
}
.TagClassName
{
border-color: #9678D7;
}
</style>