Shades of Medium Purple #8673DB
Tints of Medium Purple #8673DB
RGB
CMYK
RGB Variations
Color information
#8673DB (or 0x8673DB) is known color: Medium Purple. HEX triplet: 86, 73 and DB. RGB value is (134,115,219). Sum of RGB (Red+Green+Blue) = 134+115+219=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #8673DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673DB is #798C24. Grayscale: #848484. Windows color (decimal): -7965733 or 14381958. OLE color: 14381958.
HSL color Cylindrical-coordinate representation of color #8673DB: hue angle of 250.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8673DB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 115 | 219 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.14 |
| HSL | 250.96º | 0.59% | 0.65% | - |
| HSV(B) | 250.96º | 0.47% | 0.86% | - |
| XYZ | 28.75 | 22.44 | 69.83 | - |
| YUV | 132.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 219 | 0.39 | 0.47 | 0 | 0.14 | 250.96 | 0.59 | 0.65 |
| Hex | 86 | 73 | DB | 27 | 2F | 0 | E | FB | 3B | 41 |
| Octal | 206 | 163 | 333 | 47 | 57 | 0 | 16 | 373 | 73 | 101 |
| Binary | 10000110 | 1110011 | 11011011 | 100111 | 101111 | 0 | 1110 | 11111011 | 111011 | 1000001 |
Color Harmonies of #8673DB
Complementary color
Monochromatic Colors of #8673DB
Black with #8673DB
Text Example
Text Example
White with #8673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673DB; }
p { color: rgb(134,115,219); }
H1.HeaderClassName
{
color: #8673DB;
}
.AnyTagClassName
{
color: #8673DB;
}
</style>
background-color css
<style>
a { background-color: #8673DB; }
a { background-color: rgb(134,115,219); }
div.DivClassName
{
background-color: #8673DB;
}
.BgClassName
{
background-color: #8673DB;
}
</style>
border-color css
<style>
span { border-color: #8673DB; }
span { border-color: rgb(134,115,219); }
td.TdClassName
{
border-color: #8673DB;
}
.TagClassName
{
border-color: #8673DB;
}
</style>