Shades of Blue Violet #8544EC
Tints of Blue Violet #8544EC
RGB
CMYK
RGB Variations
Color information
#8544EC (or 0x8544EC) is known color: Blue Violet. HEX triplet: 85, 44 and EC. RGB value is (133,68,236). Sum of RGB (Red+Green+Blue) = 133+68+236=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #8544EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8544EC is #7ABB13. Grayscale: #696969. Windows color (decimal): -8043284 or 15484037. OLE color: 15484037.
HSL color Cylindrical-coordinate representation of color #8544EC: hue angle of 263.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8544EC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 68 | 236 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.07 |
| HSL | 263.21º | 0.82% | 0.6% | - |
| HSV(B) | 263.21º | 0.71% | 0.93% | - |
| XYZ | 26.88 | 15.18 | 80.87 | - |
| YUV | 106.59 | 201.03 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 236 | 0.44 | 0.71 | 0 | 0.07 | 263.21 | 0.82 | 0.6 |
| Hex | 85 | 44 | EC | 2C | 47 | 0 | 7 | 107 | 52 | 3C |
| Octal | 205 | 104 | 354 | 54 | 107 | 0 | 7 | 407 | 122 | 74 |
| Binary | 10000101 | 1000100 | 11101100 | 101100 | 1000111 | 0 | 111 | 100000111 | 1010010 | 111100 |
Color Harmonies of #8544EC
Complementary color
Monochromatic Colors of #8544EC
Black with #8544EC
Text Example
Text Example
White with #8544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8544EC; }
p { color: rgb(133,68,236); }
H1.HeaderClassName
{
color: #8544EC;
}
.AnyTagClassName
{
color: #8544EC;
}
</style>
background-color css
<style>
a { background-color: #8544EC; }
a { background-color: rgb(133,68,236); }
div.DivClassName
{
background-color: #8544EC;
}
.BgClassName
{
background-color: #8544EC;
}
</style>
border-color css
<style>
span { border-color: #8544EC; }
span { border-color: rgb(133,68,236); }
td.TdClassName
{
border-color: #8544EC;
}
.TagClassName
{
border-color: #8544EC;
}
</style>