Shades of Medium Purple #8673DC
Tints of Medium Purple #8673DC
RGB
CMYK
RGB Variations
Color information
#8673DC (or 0x8673DC) is known color: Medium Purple. HEX triplet: 86, 73 and DC. RGB value is (134,115,220). Sum of RGB (Red+Green+Blue) = 134+115+220=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8673DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673DC is #798C23. Grayscale: #848484. Windows color (decimal): -7965732 or 14447494. OLE color: 14447494.
HSL color Cylindrical-coordinate representation of color #8673DC: hue angle of 250.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8673DC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 115 | 220 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.14 |
| HSL | 250.86º | 0.6% | 0.66% | - |
| HSV(B) | 250.86º | 0.48% | 0.86% | - |
| XYZ | 28.88 | 22.5 | 70.53 | - |
| YUV | 132.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 220 | 0.39 | 0.48 | 0 | 0.14 | 250.86 | 0.6 | 0.66 |
| Hex | 86 | 73 | DC | 27 | 30 | 0 | E | FB | 3C | 42 |
| Octal | 206 | 163 | 334 | 47 | 60 | 0 | 16 | 373 | 74 | 102 |
| Binary | 10000110 | 1110011 | 11011100 | 100111 | 110000 | 0 | 1110 | 11111011 | 111100 | 1000010 |
Color Harmonies of #8673DC
Complementary color
Monochromatic Colors of #8673DC
Black with #8673DC
Text Example
Text Example
White with #8673DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673DC; }
p { color: rgb(134,115,220); }
H1.HeaderClassName
{
color: #8673DC;
}
.AnyTagClassName
{
color: #8673DC;
}
</style>
background-color css
<style>
a { background-color: #8673DC; }
a { background-color: rgb(134,115,220); }
div.DivClassName
{
background-color: #8673DC;
}
.BgClassName
{
background-color: #8673DC;
}
</style>
border-color css
<style>
span { border-color: #8673DC; }
span { border-color: rgb(134,115,220); }
td.TdClassName
{
border-color: #8673DC;
}
.TagClassName
{
border-color: #8673DC;
}
</style>