Shades of Medium Purple #8777DF
Tints of Medium Purple #8777DF
RGB
CMYK
RGB Variations
Color information
#8777DF (or 0x8777DF) is known color: Medium Purple. HEX triplet: 87, 77 and DF. RGB value is (135,119,223). Sum of RGB (Red+Green+Blue) = 135+119+223=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8777DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777DF is #788820. Grayscale: #878787. Windows color (decimal): -7899169 or 14645127. OLE color: 14645127.
HSL color Cylindrical-coordinate representation of color #8777DF: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8777DF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 119 | 223 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.13 |
| HSL | 249.23º | 0.62% | 0.67% | - |
| HSV(B) | 249.23º | 0.47% | 0.87% | - |
| XYZ | 29.91 | 23.67 | 72.8 | - |
| YUV | 135.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 223 | 0.39 | 0.47 | 0 | 0.13 | 249.23 | 0.62 | 0.67 |
| Hex | 87 | 77 | DF | 27 | 2F | 0 | D | F9 | 3E | 43 |
| Octal | 207 | 167 | 337 | 47 | 57 | 0 | 15 | 371 | 76 | 103 |
| Binary | 10000111 | 1110111 | 11011111 | 100111 | 101111 | 0 | 1101 | 11111001 | 111110 | 1000011 |
Color Harmonies of #8777DF
Complementary color
Monochromatic Colors of #8777DF
Black with #8777DF
Text Example
Text Example
White with #8777DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8777DF; }
p { color: rgb(135,119,223); }
H1.HeaderClassName
{
color: #8777DF;
}
.AnyTagClassName
{
color: #8777DF;
}
</style>
background-color css
<style>
a { background-color: #8777DF; }
a { background-color: rgb(135,119,223); }
div.DivClassName
{
background-color: #8777DF;
}
.BgClassName
{
background-color: #8777DF;
}
</style>
border-color css
<style>
span { border-color: #8777DF; }
span { border-color: rgb(135,119,223); }
td.TdClassName
{
border-color: #8777DF;
}
.TagClassName
{
border-color: #8777DF;
}
</style>