Shades of Medium Purple #9B77EC
Tints of Medium Purple #9B77EC
RGB
CMYK
RGB Variations
Color information
#9B77EC (or 0x9B77EC) is known color: Medium Purple. HEX triplet: 9B, 77 and EC. RGB value is (155,119,236). Sum of RGB (Red+Green+Blue) = 155+119+236=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B77EC is #648813. Grayscale: #8E8E8E. Windows color (decimal): -6588436 or 15497115. OLE color: 15497115.
HSL color Cylindrical-coordinate representation of color #9B77EC: hue angle of 258.46º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B77EC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 119 | 236 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.07 |
| HSL | 258.46º | 0.75% | 0.7% | - |
| HSV(B) | 258.46º | 0.5% | 0.93% | - |
| XYZ | 35.25 | 26.22 | 82.56 | - |
| YUV | 143.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 236 | 0.34 | 0.50 | 0 | 0.07 | 258.46 | 0.75 | 0.7 |
| Hex | 9B | 77 | EC | 22 | 32 | 0 | 7 | 102 | 4B | 46 |
| Octal | 233 | 167 | 354 | 42 | 62 | 0 | 7 | 402 | 113 | 106 |
| Binary | 10011011 | 1110111 | 11101100 | 100010 | 110010 | 0 | 111 | 100000010 | 1001011 | 1000110 |
Color Harmonies of #9B77EC
Complementary color
Monochromatic Colors of #9B77EC
Black with #9B77EC
Text Example
Text Example
White with #9B77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B77EC; }
p { color: rgb(155,119,236); }
H1.HeaderClassName
{
color: #9B77EC;
}
.AnyTagClassName
{
color: #9B77EC;
}
</style>
background-color css
<style>
a { background-color: #9B77EC; }
a { background-color: rgb(155,119,236); }
div.DivClassName
{
background-color: #9B77EC;
}
.BgClassName
{
background-color: #9B77EC;
}
</style>
border-color css
<style>
span { border-color: #9B77EC; }
span { border-color: rgb(155,119,236); }
td.TdClassName
{
border-color: #9B77EC;
}
.TagClassName
{
border-color: #9B77EC;
}
</style>