Shades of Medium Purple #9778DB
Tints of Medium Purple #9778DB
RGB
CMYK
RGB Variations
Color information
#9778DB (or 0x9778DB) is known color: Medium Purple. HEX triplet: 97, 78 and DB. RGB value is (151,120,219). Sum of RGB (Red+Green+Blue) = 151+120+219=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9778DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778DB is #688724. Grayscale: #8C8C8C. Windows color (decimal): -6850341 or 14383255. OLE color: 14383255.
HSL color Cylindrical-coordinate representation of color #9778DB: hue angle of 258.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9778DB is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 120 | 219 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.14 |
| HSL | 258.79º | 0.58% | 0.66% | - |
| HSV(B) | 258.79º | 0.45% | 0.86% | - |
| XYZ | 32.27 | 25.13 | 70.17 | - |
| YUV | 140.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 219 | 0.31 | 0.45 | 0 | 0.14 | 258.79 | 0.58 | 0.66 |
| Hex | 97 | 78 | DB | 1F | 2D | 0 | E | 103 | 3A | 42 |
| Octal | 227 | 170 | 333 | 37 | 55 | 0 | 16 | 403 | 72 | 102 |
| Binary | 10010111 | 1111000 | 11011011 | 11111 | 101101 | 0 | 1110 | 100000011 | 111010 | 1000010 |
Color Harmonies of #9778DB
Complementary color
Monochromatic Colors of #9778DB
Black with #9778DB
Text Example
Text Example
White with #9778DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778DB; }
p { color: rgb(151,120,219); }
H1.HeaderClassName
{
color: #9778DB;
}
.AnyTagClassName
{
color: #9778DB;
}
</style>
background-color css
<style>
a { background-color: #9778DB; }
a { background-color: rgb(151,120,219); }
div.DivClassName
{
background-color: #9778DB;
}
.BgClassName
{
background-color: #9778DB;
}
</style>
border-color css
<style>
span { border-color: #9778DB; }
span { border-color: rgb(151,120,219); }
td.TdClassName
{
border-color: #9778DB;
}
.TagClassName
{
border-color: #9778DB;
}
</style>