Shades of Blue Violet #8548ED
Tints of Blue Violet #8548ED
RGB
CMYK
RGB Variations
Color information
#8548ED (or 0x8548ED) is known color: Blue Violet. HEX triplet: 85, 48 and ED. RGB value is (133,72,237). Sum of RGB (Red+Green+Blue) = 133+72+237=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #8548ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8548ED is #7AB712. Grayscale: #6C6C6C. Windows color (decimal): -8042259 or 15550597. OLE color: 15550597.
HSL color Cylindrical-coordinate representation of color #8548ED: hue angle of 262.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8548ED is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 72 | 237 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.07 |
| HSL | 262.18º | 0.82% | 0.61% | - |
| HSV(B) | 262.18º | 0.7% | 0.93% | - |
| XYZ | 27.28 | 15.74 | 81.72 | - |
| YUV | 109.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 237 | 0.44 | 0.70 | 0 | 0.07 | 262.18 | 0.82 | 0.61 |
| Hex | 85 | 48 | ED | 2C | 46 | 0 | 7 | 106 | 52 | 3D |
| Octal | 205 | 110 | 355 | 54 | 106 | 0 | 7 | 406 | 122 | 75 |
| Binary | 10000101 | 1001000 | 11101101 | 101100 | 1000110 | 0 | 111 | 100000110 | 1010010 | 111101 |
Color Harmonies of #8548ED
Complementary color
Monochromatic Colors of #8548ED
Black with #8548ED
Text Example
Text Example
White with #8548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548ED; }
p { color: rgb(133,72,237); }
H1.HeaderClassName
{
color: #8548ED;
}
.AnyTagClassName
{
color: #8548ED;
}
</style>
background-color css
<style>
a { background-color: #8548ED; }
a { background-color: rgb(133,72,237); }
div.DivClassName
{
background-color: #8548ED;
}
.BgClassName
{
background-color: #8548ED;
}
</style>
border-color css
<style>
span { border-color: #8548ED; }
span { border-color: rgb(133,72,237); }
td.TdClassName
{
border-color: #8548ED;
}
.TagClassName
{
border-color: #8548ED;
}
</style>