Shades of Blue Violet #8548DB
Tints of Blue Violet #8548DB
RGB
CMYK
RGB Variations
Color information
#8548DB (or 0x8548DB) is known color: Blue Violet. HEX triplet: 85, 48 and DB. RGB value is (133,72,219). Sum of RGB (Red+Green+Blue) = 133+72+219=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #8548DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8548DB is #7AB724. Grayscale: #6A6A6A. Windows color (decimal): -8042277 or 14370949. OLE color: 14370949.
HSL color Cylindrical-coordinate representation of color #8548DB: hue angle of 264.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8548DB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 72 | 219 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.14 |
| HSL | 264.9º | 0.67% | 0.57% | - |
| HSV(B) | 264.9º | 0.67% | 0.86% | - |
| XYZ | 24.78 | 14.74 | 68.56 | - |
| YUV | 107 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 219 | 0.39 | 0.67 | 0 | 0.14 | 264.9 | 0.67 | 0.57 |
| Hex | 85 | 48 | DB | 27 | 43 | 0 | E | 109 | 43 | 39 |
| Octal | 205 | 110 | 333 | 47 | 103 | 0 | 16 | 411 | 103 | 71 |
| Binary | 10000101 | 1001000 | 11011011 | 100111 | 1000011 | 0 | 1110 | 100001001 | 1000011 | 111001 |
Color Harmonies of #8548DB
Complementary color
Monochromatic Colors of #8548DB
Black with #8548DB
Text Example
Text Example
White with #8548DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548DB; }
p { color: rgb(133,72,219); }
H1.HeaderClassName
{
color: #8548DB;
}
.AnyTagClassName
{
color: #8548DB;
}
</style>
background-color css
<style>
a { background-color: #8548DB; }
a { background-color: rgb(133,72,219); }
div.DivClassName
{
background-color: #8548DB;
}
.BgClassName
{
background-color: #8548DB;
}
</style>
border-color css
<style>
span { border-color: #8548DB; }
span { border-color: rgb(133,72,219); }
td.TdClassName
{
border-color: #8548DB;
}
.TagClassName
{
border-color: #8548DB;
}
</style>