Shades of Blue Violet #8549DB
Tints of Blue Violet #8549DB
RGB
CMYK
RGB Variations
Color information
#8549DB (or 0x8549DB) is known color: Blue Violet. HEX triplet: 85, 49 and DB. RGB value is (133,73,219). Sum of RGB (Red+Green+Blue) = 133+73+219=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #8549DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549DB is #7AB624. Grayscale: #6B6B6B. Windows color (decimal): -8042021 or 14371205. OLE color: 14371205.
HSL color Cylindrical-coordinate representation of color #8549DB: hue angle of 264.66º 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 #8549DB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 73 | 219 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.14 |
| HSL | 264.66º | 0.67% | 0.57% | - |
| HSV(B) | 264.66º | 0.67% | 0.86% | - |
| XYZ | 24.84 | 14.87 | 68.58 | - |
| YUV | 107.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 219 | 0.39 | 0.67 | 0 | 0.14 | 264.66 | 0.67 | 0.57 |
| Hex | 85 | 49 | DB | 27 | 43 | 0 | E | 109 | 43 | 39 |
| Octal | 205 | 111 | 333 | 47 | 103 | 0 | 16 | 411 | 103 | 71 |
| Binary | 10000101 | 1001001 | 11011011 | 100111 | 1000011 | 0 | 1110 | 100001001 | 1000011 | 111001 |
Color Harmonies of #8549DB
Complementary color
Monochromatic Colors of #8549DB
Black with #8549DB
Text Example
Text Example
White with #8549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8549DB; }
p { color: rgb(133,73,219); }
H1.HeaderClassName
{
color: #8549DB;
}
.AnyTagClassName
{
color: #8549DB;
}
</style>
background-color css
<style>
a { background-color: #8549DB; }
a { background-color: rgb(133,73,219); }
div.DivClassName
{
background-color: #8549DB;
}
.BgClassName
{
background-color: #8549DB;
}
</style>
border-color css
<style>
span { border-color: #8549DB; }
span { border-color: rgb(133,73,219); }
td.TdClassName
{
border-color: #8549DB;
}
.TagClassName
{
border-color: #8549DB;
}
</style>