Shades of Medium Purple #8779DF
Tints of Medium Purple #8779DF
RGB
CMYK
RGB Variations
Color information
#8779DF (or 0x8779DF) is known color: Medium Purple. HEX triplet: 87, 79 and DF. RGB value is (135,121,223). Sum of RGB (Red+Green+Blue) = 135+121+223=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #8779DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779DF is #788620. Grayscale: #888888. Windows color (decimal): -7898657 or 14645639. OLE color: 14645639.
HSL color Cylindrical-coordinate representation of color #8779DF: hue angle of 248.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8779DF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 121 | 223 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 248.24º | 0.61% | 0.67% | - |
| HSV(B) | 248.24º | 0.46% | 0.87% | - |
| XYZ | 30.15 | 24.15 | 72.89 | - |
| YUV | 136.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 223 | 0.39 | 0.46 | 0 | 0.13 | 248.24 | 0.61 | 0.67 |
| Hex | 87 | 79 | DF | 27 | 2E | 0 | D | F8 | 3D | 43 |
| Octal | 207 | 171 | 337 | 47 | 56 | 0 | 15 | 370 | 75 | 103 |
| Binary | 10000111 | 1111001 | 11011111 | 100111 | 101110 | 0 | 1101 | 11111000 | 111101 | 1000011 |
Color Harmonies of #8779DF
Complementary color
Monochromatic Colors of #8779DF
Black with #8779DF
Text Example
Text Example
White with #8779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8779DF; }
p { color: rgb(135,121,223); }
H1.HeaderClassName
{
color: #8779DF;
}
.AnyTagClassName
{
color: #8779DF;
}
</style>
background-color css
<style>
a { background-color: #8779DF; }
a { background-color: rgb(135,121,223); }
div.DivClassName
{
background-color: #8779DF;
}
.BgClassName
{
background-color: #8779DF;
}
</style>
border-color css
<style>
span { border-color: #8779DF; }
span { border-color: rgb(135,121,223); }
td.TdClassName
{
border-color: #8779DF;
}
.TagClassName
{
border-color: #8779DF;
}
</style>