Shades of Medium Purple #8574DB
Tints of Medium Purple #8574DB
RGB
CMYK
RGB Variations
Color information
#8574DB (or 0x8574DB) is known color: Medium Purple. HEX triplet: 85, 74 and DB. RGB value is (133,116,219). Sum of RGB (Red+Green+Blue) = 133+116+219=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 116 (45.70% from 255 or 24.79% 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 #8574DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574DB is #7A8B24. Grayscale: #848484. Windows color (decimal): -8031013 or 14382213. OLE color: 14382213.
HSL color Cylindrical-coordinate representation of color #8574DB: hue angle of 249.9º degrees, saturation: 0.59, 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 #8574DB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 116 | 219 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.14 |
| HSL | 249.9º | 0.59% | 0.66% | - |
| HSV(B) | 249.9º | 0.47% | 0.86% | - |
| XYZ | 28.7 | 22.59 | 69.87 | - |
| YUV | 132.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 219 | 0.39 | 0.47 | 0 | 0.14 | 249.9 | 0.59 | 0.66 |
| Hex | 85 | 74 | DB | 27 | 2F | 0 | E | FA | 3B | 42 |
| Octal | 205 | 164 | 333 | 47 | 57 | 0 | 16 | 372 | 73 | 102 |
| Binary | 10000101 | 1110100 | 11011011 | 100111 | 101111 | 0 | 1110 | 11111010 | 111011 | 1000010 |
Color Harmonies of #8574DB
Complementary color
Monochromatic Colors of #8574DB
Black with #8574DB
Text Example
Text Example
White with #8574DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574DB; }
p { color: rgb(133,116,219); }
H1.HeaderClassName
{
color: #8574DB;
}
.AnyTagClassName
{
color: #8574DB;
}
</style>
background-color css
<style>
a { background-color: #8574DB; }
a { background-color: rgb(133,116,219); }
div.DivClassName
{
background-color: #8574DB;
}
.BgClassName
{
background-color: #8574DB;
}
</style>
border-color css
<style>
span { border-color: #8574DB; }
span { border-color: rgb(133,116,219); }
td.TdClassName
{
border-color: #8574DB;
}
.TagClassName
{
border-color: #8574DB;
}
</style>