Shades of Medium Purple #9B77D4
Tints of Medium Purple #9B77D4
RGB
CMYK
RGB Variations
Color information
#9B77D4 (or 0x9B77D4) is known color: Medium Purple. HEX triplet: 9B, 77 and D4. RGB value is (155,119,212). Sum of RGB (Red+Green+Blue) = 155+119+212=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #9B77D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77D4 is #64882B. Grayscale: #8C8C8C. Windows color (decimal): -6588460 or 13924251. OLE color: 13924251.
HSL color Cylindrical-coordinate representation of color #9B77D4: hue angle of 263.23º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B77D4 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 119 | 212 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.17 |
| HSL | 263.23º | 0.52% | 0.65% | - |
| HSV(B) | 263.23º | 0.44% | 0.83% | - |
| XYZ | 32 | 24.92 | 65.41 | - |
| YUV | 140.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 212 | 0.27 | 0.44 | 0 | 0.17 | 263.23 | 0.52 | 0.65 |
| Hex | 9B | 77 | D4 | 1B | 2C | 0 | 11 | 107 | 34 | 41 |
| Octal | 233 | 167 | 324 | 33 | 54 | 0 | 21 | 407 | 64 | 101 |
| Binary | 10011011 | 1110111 | 11010100 | 11011 | 101100 | 0 | 10001 | 100000111 | 110100 | 1000001 |
Color Harmonies of #9B77D4
Complementary color
Monochromatic Colors of #9B77D4
Black with #9B77D4
Text Example
Text Example
White with #9B77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B77D4; }
p { color: rgb(155,119,212); }
H1.HeaderClassName
{
color: #9B77D4;
}
.AnyTagClassName
{
color: #9B77D4;
}
</style>
background-color css
<style>
a { background-color: #9B77D4; }
a { background-color: rgb(155,119,212); }
div.DivClassName
{
background-color: #9B77D4;
}
.BgClassName
{
background-color: #9B77D4;
}
</style>
border-color css
<style>
span { border-color: #9B77D4; }
span { border-color: rgb(155,119,212); }
td.TdClassName
{
border-color: #9B77D4;
}
.TagClassName
{
border-color: #9B77D4;
}
</style>