Shades of Blue Violet #8544DB
Tints of Blue Violet #8544DB
RGB
CMYK
RGB Variations
Color information
#8544DB (or 0x8544DB) is known color: Blue Violet. HEX triplet: 85, 44 and DB. RGB value is (133,68,219). Sum of RGB (Red+Green+Blue) = 133+68+219=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8544DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544DB is #7ABB24. Grayscale: #686868. Windows color (decimal): -8043301 or 14369925. OLE color: 14369925.
HSL color Cylindrical-coordinate representation of color #8544DB: hue angle of 265.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8544DB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 68 | 219 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.14 |
| HSL | 265.83º | 0.68% | 0.56% | - |
| HSV(B) | 265.83º | 0.69% | 0.86% | - |
| XYZ | 24.53 | 14.24 | 68.47 | - |
| YUV | 104.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 219 | 0.39 | 0.69 | 0 | 0.14 | 265.83 | 0.68 | 0.56 |
| Hex | 85 | 44 | DB | 27 | 45 | 0 | E | 10A | 44 | 38 |
| Octal | 205 | 104 | 333 | 47 | 105 | 0 | 16 | 412 | 104 | 70 |
| Binary | 10000101 | 1000100 | 11011011 | 100111 | 1000101 | 0 | 1110 | 100001010 | 1000100 | 111000 |
Color Harmonies of #8544DB
Complementary color
Monochromatic Colors of #8544DB
Black with #8544DB
Text Example
Text Example
White with #8544DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8544DB; }
p { color: rgb(133,68,219); }
H1.HeaderClassName
{
color: #8544DB;
}
.AnyTagClassName
{
color: #8544DB;
}
</style>
background-color css
<style>
a { background-color: #8544DB; }
a { background-color: rgb(133,68,219); }
div.DivClassName
{
background-color: #8544DB;
}
.BgClassName
{
background-color: #8544DB;
}
</style>
border-color css
<style>
span { border-color: #8544DB; }
span { border-color: rgb(133,68,219); }
td.TdClassName
{
border-color: #8544DB;
}
.TagClassName
{
border-color: #8544DB;
}
</style>