Shades of Blue Violet #8547E1
Tints of Blue Violet #8547E1
RGB
CMYK
RGB Variations
Color information
#8547E1 (or 0x8547E1) is known color: Blue Violet. HEX triplet: 85, 47 and E1. RGB value is (133,71,225). Sum of RGB (Red+Green+Blue) = 133+71+225=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #8547E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8547E1 is #7AB81E. Grayscale: #6A6A6A. Windows color (decimal): -8042527 or 14763909. OLE color: 14763909.
HSL color Cylindrical-coordinate representation of color #8547E1: hue angle of 264.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8547E1 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 71 | 225 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.12 |
| HSL | 264.16º | 0.72% | 0.58% | - |
| HSV(B) | 264.16º | 0.68% | 0.88% | - |
| XYZ | 25.52 | 14.93 | 72.77 | - |
| YUV | 107.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 225 | 0.41 | 0.68 | 0 | 0.12 | 264.16 | 0.72 | 0.58 |
| Hex | 85 | 47 | E1 | 29 | 44 | 0 | C | 108 | 48 | 3A |
| Octal | 205 | 107 | 341 | 51 | 104 | 0 | 14 | 410 | 110 | 72 |
| Binary | 10000101 | 1000111 | 11100001 | 101001 | 1000100 | 0 | 1100 | 100001000 | 1001000 | 111010 |
Color Harmonies of #8547E1
Complementary color
Monochromatic Colors of #8547E1
Black with #8547E1
Text Example
Text Example
White with #8547E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547E1; }
p { color: rgb(133,71,225); }
H1.HeaderClassName
{
color: #8547E1;
}
.AnyTagClassName
{
color: #8547E1;
}
</style>
background-color css
<style>
a { background-color: #8547E1; }
a { background-color: rgb(133,71,225); }
div.DivClassName
{
background-color: #8547E1;
}
.BgClassName
{
background-color: #8547E1;
}
</style>
border-color css
<style>
span { border-color: #8547E1; }
span { border-color: rgb(133,71,225); }
td.TdClassName
{
border-color: #8547E1;
}
.TagClassName
{
border-color: #8547E1;
}
</style>