Shades of Blue Violet #8449ED
Tints of Blue Violet #8449ED
RGB
CMYK
RGB Variations
Color information
#8449ED (or 0x8449ED) is known color: Blue Violet. HEX triplet: 84, 49 and ED. RGB value is (132,73,237). Sum of RGB (Red+Green+Blue) = 132+73+237=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 73 (28.91% from 255 or 16.52% 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 #8449ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449ED is #7BB612. Grayscale: #6C6C6C. Windows color (decimal): -8107539 or 15550852. OLE color: 15550852.
HSL color Cylindrical-coordinate representation of color #8449ED: hue angle of 261.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8449ED is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 73 | 237 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.07 |
| HSL | 261.59º | 0.82% | 0.61% | - |
| HSV(B) | 261.59º | 0.69% | 0.93% | - |
| XYZ | 27.18 | 15.79 | 81.73 | - |
| YUV | 109.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 237 | 0.44 | 0.69 | 0 | 0.07 | 261.59 | 0.82 | 0.61 |
| Hex | 84 | 49 | ED | 2C | 45 | 0 | 7 | 106 | 52 | 3D |
| Octal | 204 | 111 | 355 | 54 | 105 | 0 | 7 | 406 | 122 | 75 |
| Binary | 10000100 | 1001001 | 11101101 | 101100 | 1000101 | 0 | 111 | 100000110 | 1010010 | 111101 |
Color Harmonies of #8449ED
Complementary color
Monochromatic Colors of #8449ED
Black with #8449ED
Text Example
Text Example
White with #8449ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449ED; }
p { color: rgb(132,73,237); }
H1.HeaderClassName
{
color: #8449ED;
}
.AnyTagClassName
{
color: #8449ED;
}
</style>
background-color css
<style>
a { background-color: #8449ED; }
a { background-color: rgb(132,73,237); }
div.DivClassName
{
background-color: #8449ED;
}
.BgClassName
{
background-color: #8449ED;
}
</style>
border-color css
<style>
span { border-color: #8449ED; }
span { border-color: rgb(132,73,237); }
td.TdClassName
{
border-color: #8449ED;
}
.TagClassName
{
border-color: #8449ED;
}
</style>