Shades of Medium Purple #8674DC
Tints of Medium Purple #8674DC
RGB
CMYK
RGB Variations
Color information
#8674DC (or 0x8674DC) is known color: Medium Purple. HEX triplet: 86, 74 and DC. RGB value is (134,116,220). Sum of RGB (Red+Green+Blue) = 134+116+220=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8674DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674DC is #798B23. Grayscale: #848484. Windows color (decimal): -7965476 or 14447750. OLE color: 14447750.
HSL color Cylindrical-coordinate representation of color #8674DC: hue angle of 250.38º 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 #8674DC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 116 | 220 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.14 |
| HSL | 250.38º | 0.6% | 0.66% | - |
| HSV(B) | 250.38º | 0.47% | 0.86% | - |
| XYZ | 29 | 22.73 | 70.57 | - |
| YUV | 133.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 220 | 0.39 | 0.47 | 0 | 0.14 | 250.38 | 0.6 | 0.66 |
| Hex | 86 | 74 | DC | 27 | 2F | 0 | E | FA | 3C | 42 |
| Octal | 206 | 164 | 334 | 47 | 57 | 0 | 16 | 372 | 74 | 102 |
| Binary | 10000110 | 1110100 | 11011100 | 100111 | 101111 | 0 | 1110 | 11111010 | 111100 | 1000010 |
Color Harmonies of #8674DC
Complementary color
Monochromatic Colors of #8674DC
Black with #8674DC
Text Example
Text Example
White with #8674DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8674DC; }
p { color: rgb(134,116,220); }
H1.HeaderClassName
{
color: #8674DC;
}
.AnyTagClassName
{
color: #8674DC;
}
</style>
background-color css
<style>
a { background-color: #8674DC; }
a { background-color: rgb(134,116,220); }
div.DivClassName
{
background-color: #8674DC;
}
.BgClassName
{
background-color: #8674DC;
}
</style>
border-color css
<style>
span { border-color: #8674DC; }
span { border-color: rgb(134,116,220); }
td.TdClassName
{
border-color: #8674DC;
}
.TagClassName
{
border-color: #8674DC;
}
</style>