Shades of Medium Purple #8554DB
Tints of Medium Purple #8554DB
RGB
CMYK
RGB Variations
Color information
#8554DB (or 0x8554DB) is known color: Medium Purple. HEX triplet: 85, 54 and DB. RGB value is (133,84,219). Sum of RGB (Red+Green+Blue) = 133+84+219=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8554DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554DB is #7AAB24. Grayscale: #717171. Windows color (decimal): -8039205 or 14374021. OLE color: 14374021.
HSL color Cylindrical-coordinate representation of color #8554DB: hue angle of 261.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8554DB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 84 | 219 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.14 |
| HSL | 261.78º | 0.65% | 0.59% | - |
| HSV(B) | 261.78º | 0.62% | 0.86% | - |
| XYZ | 25.63 | 16.44 | 68.84 | - |
| YUV | 114.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 219 | 0.39 | 0.62 | 0 | 0.14 | 261.78 | 0.65 | 0.59 |
| Hex | 85 | 54 | DB | 27 | 3E | 0 | E | 106 | 41 | 3B |
| Octal | 205 | 124 | 333 | 47 | 76 | 0 | 16 | 406 | 101 | 73 |
| Binary | 10000101 | 1010100 | 11011011 | 100111 | 111110 | 0 | 1110 | 100000110 | 1000001 | 111011 |
Color Harmonies of #8554DB
Complementary color
Monochromatic Colors of #8554DB
Black with #8554DB
Text Example
Text Example
White with #8554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554DB; }
p { color: rgb(133,84,219); }
H1.HeaderClassName
{
color: #8554DB;
}
.AnyTagClassName
{
color: #8554DB;
}
</style>
background-color css
<style>
a { background-color: #8554DB; }
a { background-color: rgb(133,84,219); }
div.DivClassName
{
background-color: #8554DB;
}
.BgClassName
{
background-color: #8554DB;
}
</style>
border-color css
<style>
span { border-color: #8554DB; }
span { border-color: rgb(133,84,219); }
td.TdClassName
{
border-color: #8554DB;
}
.TagClassName
{
border-color: #8554DB;
}
</style>