Shades of Medium Purple #8774DF
Tints of Medium Purple #8774DF
RGB
CMYK
RGB Variations
Color information
#8774DF (or 0x8774DF) is known color: Medium Purple. HEX triplet: 87, 74 and DF. RGB value is (135,116,223). Sum of RGB (Red+Green+Blue) = 135+116+223=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #8774DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774DF is #788B20. Grayscale: #858585. Windows color (decimal): -7899937 or 14644359. OLE color: 14644359.
HSL color Cylindrical-coordinate representation of color #8774DF: hue angle of 250.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8774DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 116 | 223 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 250.65º | 0.63% | 0.66% | - |
| HSV(B) | 250.65º | 0.48% | 0.87% | - |
| XYZ | 29.56 | 22.97 | 72.69 | - |
| YUV | 133.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 223 | 0.39 | 0.48 | 0 | 0.13 | 250.65 | 0.63 | 0.66 |
| Hex | 87 | 74 | DF | 27 | 30 | 0 | D | FB | 3F | 42 |
| Octal | 207 | 164 | 337 | 47 | 60 | 0 | 15 | 373 | 77 | 102 |
| Binary | 10000111 | 1110100 | 11011111 | 100111 | 110000 | 0 | 1101 | 11111011 | 111111 | 1000010 |
Color Harmonies of #8774DF
Complementary color
Monochromatic Colors of #8774DF
Black with #8774DF
Text Example
Text Example
White with #8774DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8774DF; }
p { color: rgb(135,116,223); }
H1.HeaderClassName
{
color: #8774DF;
}
.AnyTagClassName
{
color: #8774DF;
}
</style>
background-color css
<style>
a { background-color: #8774DF; }
a { background-color: rgb(135,116,223); }
div.DivClassName
{
background-color: #8774DF;
}
.BgClassName
{
background-color: #8774DF;
}
</style>
border-color css
<style>
span { border-color: #8774DF; }
span { border-color: rgb(135,116,223); }
td.TdClassName
{
border-color: #8774DF;
}
.TagClassName
{
border-color: #8774DF;
}
</style>