Shades of Medium Purple #8672DC
Tints of Medium Purple #8672DC
RGB
CMYK
RGB Variations
Color information
#8672DC (or 0x8672DC) is known color: Medium Purple. HEX triplet: 86, 72 and DC. RGB value is (134,114,220). Sum of RGB (Red+Green+Blue) = 134+114+220=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8672DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672DC is #798D23. Grayscale: #838383. Windows color (decimal): -7965988 or 14447238. OLE color: 14447238.
HSL color Cylindrical-coordinate representation of color #8672DC: hue angle of 251.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8672DC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 114 | 220 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.14 |
| HSL | 251.32º | 0.6% | 0.65% | - |
| HSV(B) | 251.32º | 0.48% | 0.86% | - |
| XYZ | 28.77 | 22.27 | 70.49 | - |
| YUV | 132.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 220 | 0.39 | 0.48 | 0 | 0.14 | 251.32 | 0.6 | 0.65 |
| Hex | 86 | 72 | DC | 27 | 30 | 0 | E | FB | 3C | 41 |
| Octal | 206 | 162 | 334 | 47 | 60 | 0 | 16 | 373 | 74 | 101 |
| Binary | 10000110 | 1110010 | 11011100 | 100111 | 110000 | 0 | 1110 | 11111011 | 111100 | 1000001 |
Color Harmonies of #8672DC
Complementary color
Monochromatic Colors of #8672DC
Black with #8672DC
Text Example
Text Example
White with #8672DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672DC; }
p { color: rgb(134,114,220); }
H1.HeaderClassName
{
color: #8672DC;
}
.AnyTagClassName
{
color: #8672DC;
}
</style>
background-color css
<style>
a { background-color: #8672DC; }
a { background-color: rgb(134,114,220); }
div.DivClassName
{
background-color: #8672DC;
}
.BgClassName
{
background-color: #8672DC;
}
</style>
border-color css
<style>
span { border-color: #8672DC; }
span { border-color: rgb(134,114,220); }
td.TdClassName
{
border-color: #8672DC;
}
.TagClassName
{
border-color: #8672DC;
}
</style>