Shades of Medium Purple #9778DF
Tints of Medium Purple #9778DF
RGB
CMYK
RGB Variations
Color information
#9778DF (or 0x9778DF) is known color: Medium Purple. HEX triplet: 97, 78 and DF. RGB value is (151,120,223). Sum of RGB (Red+Green+Blue) = 151+120+223=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9778DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778DF is #688720. Grayscale: #8C8C8C. Windows color (decimal): -6850337 or 14645399. OLE color: 14645399.
HSL color Cylindrical-coordinate representation of color #9778DF: hue angle of 258.06º 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 #9778DF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 120 | 223 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.13 |
| HSL | 258.06º | 0.62% | 0.67% | - |
| HSV(B) | 258.06º | 0.46% | 0.87% | - |
| XYZ | 32.8 | 25.34 | 72.97 | - |
| YUV | 141.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 223 | 0.32 | 0.46 | 0 | 0.13 | 258.06 | 0.62 | 0.67 |
| Hex | 97 | 78 | DF | 20 | 2E | 0 | D | 102 | 3E | 43 |
| Octal | 227 | 170 | 337 | 40 | 56 | 0 | 15 | 402 | 76 | 103 |
| Binary | 10010111 | 1111000 | 11011111 | 100000 | 101110 | 0 | 1101 | 100000010 | 111110 | 1000011 |
Color Harmonies of #9778DF
Complementary color
Monochromatic Colors of #9778DF
Black with #9778DF
Text Example
Text Example
White with #9778DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778DF; }
p { color: rgb(151,120,223); }
H1.HeaderClassName
{
color: #9778DF;
}
.AnyTagClassName
{
color: #9778DF;
}
</style>
background-color css
<style>
a { background-color: #9778DF; }
a { background-color: rgb(151,120,223); }
div.DivClassName
{
background-color: #9778DF;
}
.BgClassName
{
background-color: #9778DF;
}
</style>
border-color css
<style>
span { border-color: #9778DF; }
span { border-color: rgb(151,120,223); }
td.TdClassName
{
border-color: #9778DF;
}
.TagClassName
{
border-color: #9778DF;
}
</style>