Shades of Medium Purple #9778F2
Tints of Medium Purple #9778F2
RGB
CMYK
RGB Variations
Color information
#9778F2 (or 0x9778F2) is known color: Medium Purple. HEX triplet: 97, 78 and F2. RGB value is (151,120,242). Sum of RGB (Red+Green+Blue) = 151+120+242=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #9778F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9778F2 is #68870D. Grayscale: #8E8E8E. Windows color (decimal): -6850318 or 15890583. OLE color: 15890583.
HSL color Cylindrical-coordinate representation of color #9778F2: hue angle of 255.25º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9778F2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 120 | 242 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.05 |
| HSL | 255.25º | 0.82% | 0.71% | - |
| HSV(B) | 255.25º | 0.5% | 0.95% | - |
| XYZ | 35.51 | 26.42 | 87.23 | - |
| YUV | 143.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 242 | 0.38 | 0.50 | 0 | 0.05 | 255.25 | 0.82 | 0.71 |
| Hex | 97 | 78 | F2 | 26 | 32 | 0 | 5 | FF | 52 | 47 |
| Octal | 227 | 170 | 362 | 46 | 62 | 0 | 5 | 377 | 122 | 107 |
| Binary | 10010111 | 1111000 | 11110010 | 100110 | 110010 | 0 | 101 | 11111111 | 1010010 | 1000111 |
Color Harmonies of #9778F2
Complementary color
Monochromatic Colors of #9778F2
Black with #9778F2
Text Example
Text Example
White with #9778F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778F2; }
p { color: rgb(151,120,242); }
H1.HeaderClassName
{
color: #9778F2;
}
.AnyTagClassName
{
color: #9778F2;
}
</style>
background-color css
<style>
a { background-color: #9778F2; }
a { background-color: rgb(151,120,242); }
div.DivClassName
{
background-color: #9778F2;
}
.BgClassName
{
background-color: #9778F2;
}
</style>
border-color css
<style>
span { border-color: #9778F2; }
span { border-color: rgb(151,120,242); }
td.TdClassName
{
border-color: #9778F2;
}
.TagClassName
{
border-color: #9778F2;
}
</style>