Shades of Blue Violet #8446ED
Tints of Blue Violet #8446ED
RGB
CMYK
RGB Variations
Color information
#8446ED (or 0x8446ED) is known color: Blue Violet. HEX triplet: 84, 46 and ED. RGB value is (132,70,237). Sum of RGB (Red+Green+Blue) = 132+70+237=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #8446ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8446ED is #7BB912. Grayscale: #6A6A6A. Windows color (decimal): -8108307 or 15550084. OLE color: 15550084.
HSL color Cylindrical-coordinate representation of color #8446ED: hue angle of 262.28º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8446ED is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 70 | 237 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.07 |
| HSL | 262.28º | 0.82% | 0.6% | - |
| HSV(B) | 262.28º | 0.7% | 0.93% | - |
| XYZ | 26.99 | 15.4 | 81.67 | - |
| YUV | 107.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 237 | 0.44 | 0.70 | 0 | 0.07 | 262.28 | 0.82 | 0.6 |
| Hex | 84 | 46 | ED | 2C | 46 | 0 | 7 | 106 | 52 | 3C |
| Octal | 204 | 106 | 355 | 54 | 106 | 0 | 7 | 406 | 122 | 74 |
| Binary | 10000100 | 1000110 | 11101101 | 101100 | 1000110 | 0 | 111 | 100000110 | 1010010 | 111100 |
Color Harmonies of #8446ED
Complementary color
Monochromatic Colors of #8446ED
Black with #8446ED
Text Example
Text Example
White with #8446ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446ED; }
p { color: rgb(132,70,237); }
H1.HeaderClassName
{
color: #8446ED;
}
.AnyTagClassName
{
color: #8446ED;
}
</style>
background-color css
<style>
a { background-color: #8446ED; }
a { background-color: rgb(132,70,237); }
div.DivClassName
{
background-color: #8446ED;
}
.BgClassName
{
background-color: #8446ED;
}
</style>
border-color css
<style>
span { border-color: #8446ED; }
span { border-color: rgb(132,70,237); }
td.TdClassName
{
border-color: #8446ED;
}
.TagClassName
{
border-color: #8446ED;
}
</style>