Shades of Blue Violet #8541EF
Tints of Blue Violet #8541EF
RGB
CMYK
RGB Variations
Color information
#8541EF (or 0x8541EF) is known color: Blue Violet. HEX triplet: 85, 41 and EF. RGB value is (133,65,239). Sum of RGB (Red+Green+Blue) = 133+65+239=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #8541EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8541EF is #7ABE10. Grayscale: #686868. Windows color (decimal): -8044049 or 15679877. OLE color: 15679877.
HSL color Cylindrical-coordinate representation of color #8541EF: hue angle of 263.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8541EF is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 65 | 239 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.06 |
| HSL | 263.45º | 0.84% | 0.6% | - |
| HSV(B) | 263.45º | 0.73% | 0.94% | - |
| XYZ | 27.14 | 15 | 83.13 | - |
| YUV | 105.17 | 203.53 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 239 | 0.44 | 0.73 | 0 | 0.06 | 263.45 | 0.84 | 0.6 |
| Hex | 85 | 41 | EF | 2C | 49 | 0 | 6 | 107 | 54 | 3C |
| Octal | 205 | 101 | 357 | 54 | 111 | 0 | 6 | 407 | 124 | 74 |
| Binary | 10000101 | 1000001 | 11101111 | 101100 | 1001001 | 0 | 110 | 100000111 | 1010100 | 111100 |
Color Harmonies of #8541EF
Complementary color
Monochromatic Colors of #8541EF
Black with #8541EF
Text Example
Text Example
White with #8541EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541EF; }
p { color: rgb(133,65,239); }
H1.HeaderClassName
{
color: #8541EF;
}
.AnyTagClassName
{
color: #8541EF;
}
</style>
background-color css
<style>
a { background-color: #8541EF; }
a { background-color: rgb(133,65,239); }
div.DivClassName
{
background-color: #8541EF;
}
.BgClassName
{
background-color: #8541EF;
}
</style>
border-color css
<style>
span { border-color: #8541EF; }
span { border-color: rgb(133,65,239); }
td.TdClassName
{
border-color: #8541EF;
}
.TagClassName
{
border-color: #8541EF;
}
</style>