Shades of Medium Purple #9777E1
Tints of Medium Purple #9777E1
RGB
CMYK
RGB Variations
Color information
#9777E1 (or 0x9777E1) is known color: Medium Purple. HEX triplet: 97, 77 and E1. RGB value is (151,119,225). Sum of RGB (Red+Green+Blue) = 151+119+225=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #9777E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777E1 is #68881E. Grayscale: #8C8C8C. Windows color (decimal): -6850591 or 14776215. OLE color: 14776215.
HSL color Cylindrical-coordinate representation of color #9777E1: hue angle of 258.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9777E1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 119 | 225 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.12 |
| HSL | 258.11º | 0.64% | 0.67% | - |
| HSV(B) | 258.11º | 0.47% | 0.88% | - |
| XYZ | 32.95 | 25.21 | 74.36 | - |
| YUV | 140.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 225 | 0.33 | 0.47 | 0 | 0.12 | 258.11 | 0.64 | 0.67 |
| Hex | 97 | 77 | E1 | 21 | 2F | 0 | C | 102 | 40 | 43 |
| Octal | 227 | 167 | 341 | 41 | 57 | 0 | 14 | 402 | 100 | 103 |
| Binary | 10010111 | 1110111 | 11100001 | 100001 | 101111 | 0 | 1100 | 100000010 | 1000000 | 1000011 |
Color Harmonies of #9777E1
Complementary color
Monochromatic Colors of #9777E1
Black with #9777E1
Text Example
Text Example
White with #9777E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9777E1; }
p { color: rgb(151,119,225); }
H1.HeaderClassName
{
color: #9777E1;
}
.AnyTagClassName
{
color: #9777E1;
}
</style>
background-color css
<style>
a { background-color: #9777E1; }
a { background-color: rgb(151,119,225); }
div.DivClassName
{
background-color: #9777E1;
}
.BgClassName
{
background-color: #9777E1;
}
</style>
border-color css
<style>
span { border-color: #9777E1; }
span { border-color: rgb(151,119,225); }
td.TdClassName
{
border-color: #9777E1;
}
.TagClassName
{
border-color: #9777E1;
}
</style>