Shades of Medium Purple #8774DC
Tints of Medium Purple #8774DC
RGB
CMYK
RGB Variations
Color information
#8774DC (or 0x8774DC) is known color: Medium Purple. HEX triplet: 87, 74 and DC. RGB value is (135,116,220). Sum of RGB (Red+Green+Blue) = 135+116+220=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8774DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774DC is #788B23. Grayscale: #858585. Windows color (decimal): -7899940 or 14447751. OLE color: 14447751.
HSL color Cylindrical-coordinate representation of color #8774DC: hue angle of 250.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8774DC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 116 | 220 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.14 |
| HSL | 250.96º | 0.6% | 0.66% | - |
| HSV(B) | 250.96º | 0.47% | 0.86% | - |
| XYZ | 29.16 | 22.81 | 70.58 | - |
| YUV | 133.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 220 | 0.39 | 0.47 | 0 | 0.14 | 250.96 | 0.6 | 0.66 |
| Hex | 87 | 74 | DC | 27 | 2F | 0 | E | FB | 3C | 42 |
| Octal | 207 | 164 | 334 | 47 | 57 | 0 | 16 | 373 | 74 | 102 |
| Binary | 10000111 | 1110100 | 11011100 | 100111 | 101111 | 0 | 1110 | 11111011 | 111100 | 1000010 |
Color Harmonies of #8774DC
Complementary color
Monochromatic Colors of #8774DC
Black with #8774DC
Text Example
Text Example
White with #8774DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8774DC; }
p { color: rgb(135,116,220); }
H1.HeaderClassName
{
color: #8774DC;
}
.AnyTagClassName
{
color: #8774DC;
}
</style>
background-color css
<style>
a { background-color: #8774DC; }
a { background-color: rgb(135,116,220); }
div.DivClassName
{
background-color: #8774DC;
}
.BgClassName
{
background-color: #8774DC;
}
</style>
border-color css
<style>
span { border-color: #8774DC; }
span { border-color: rgb(135,116,220); }
td.TdClassName
{
border-color: #8774DC;
}
.TagClassName
{
border-color: #8774DC;
}
</style>