Shades of Medium Purple #9778DD
Tints of Medium Purple #9778DD
RGB
CMYK
RGB Variations
Color information
#9778DD (or 0x9778DD) is known color: Medium Purple. HEX triplet: 97, 78 and DD. RGB value is (151,120,221). Sum of RGB (Red+Green+Blue) = 151+120+221=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9778DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778DD is #688722. Grayscale: #8C8C8C. Windows color (decimal): -6850339 or 14514327. OLE color: 14514327.
HSL color Cylindrical-coordinate representation of color #9778DD: hue angle of 258.42º degrees, saturation: 0.6, 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 #9778DD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 120 | 221 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.13 |
| HSL | 258.42º | 0.6% | 0.67% | - |
| HSV(B) | 258.42º | 0.46% | 0.87% | - |
| XYZ | 32.53 | 25.23 | 71.56 | - |
| YUV | 140.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 221 | 0.32 | 0.46 | 0 | 0.13 | 258.42 | 0.6 | 0.67 |
| Hex | 97 | 78 | DD | 20 | 2E | 0 | D | 102 | 3C | 43 |
| Octal | 227 | 170 | 335 | 40 | 56 | 0 | 15 | 402 | 74 | 103 |
| Binary | 10010111 | 1111000 | 11011101 | 100000 | 101110 | 0 | 1101 | 100000010 | 111100 | 1000011 |
Color Harmonies of #9778DD
Complementary color
Monochromatic Colors of #9778DD
Black with #9778DD
Text Example
Text Example
White with #9778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778DD; }
p { color: rgb(151,120,221); }
H1.HeaderClassName
{
color: #9778DD;
}
.AnyTagClassName
{
color: #9778DD;
}
</style>
background-color css
<style>
a { background-color: #9778DD; }
a { background-color: rgb(151,120,221); }
div.DivClassName
{
background-color: #9778DD;
}
.BgClassName
{
background-color: #9778DD;
}
</style>
border-color css
<style>
span { border-color: #9778DD; }
span { border-color: rgb(151,120,221); }
td.TdClassName
{
border-color: #9778DD;
}
.TagClassName
{
border-color: #9778DD;
}
</style>