Shades of Medium Purple #8776DF
Tints of Medium Purple #8776DF
RGB
CMYK
RGB Variations
Color information
#8776DF (or 0x8776DF) is known color: Medium Purple. HEX triplet: 87, 76 and DF. RGB value is (135,118,223). Sum of RGB (Red+Green+Blue) = 135+118+223=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #8776DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776DF is #788920. Grayscale: #868686. Windows color (decimal): -7899425 or 14644871. OLE color: 14644871.
HSL color Cylindrical-coordinate representation of color #8776DF: hue angle of 249.71º 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 #8776DF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 118 | 223 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.13 |
| HSL | 249.71º | 0.62% | 0.67% | - |
| HSV(B) | 249.71º | 0.47% | 0.87% | - |
| XYZ | 29.79 | 23.44 | 72.77 | - |
| YUV | 135.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 223 | 0.39 | 0.47 | 0 | 0.13 | 249.71 | 0.62 | 0.67 |
| Hex | 87 | 76 | DF | 27 | 2F | 0 | D | FA | 3E | 43 |
| Octal | 207 | 166 | 337 | 47 | 57 | 0 | 15 | 372 | 76 | 103 |
| Binary | 10000111 | 1110110 | 11011111 | 100111 | 101111 | 0 | 1101 | 11111010 | 111110 | 1000011 |
Color Harmonies of #8776DF
Complementary color
Monochromatic Colors of #8776DF
Black with #8776DF
Text Example
Text Example
White with #8776DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8776DF; }
p { color: rgb(135,118,223); }
H1.HeaderClassName
{
color: #8776DF;
}
.AnyTagClassName
{
color: #8776DF;
}
</style>
background-color css
<style>
a { background-color: #8776DF; }
a { background-color: rgb(135,118,223); }
div.DivClassName
{
background-color: #8776DF;
}
.BgClassName
{
background-color: #8776DF;
}
</style>
border-color css
<style>
span { border-color: #8776DF; }
span { border-color: rgb(135,118,223); }
td.TdClassName
{
border-color: #8776DF;
}
.TagClassName
{
border-color: #8776DF;
}
</style>