Shades of Blue Violet #8448ED
Tints of Blue Violet #8448ED
RGB
CMYK
RGB Variations
Color information
#8448ED (or 0x8448ED) is known color: Blue Violet. HEX triplet: 84, 48 and ED. RGB value is (132,72,237). Sum of RGB (Red+Green+Blue) = 132+72+237=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #8448ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448ED is #7BB712. Grayscale: #6C6C6C. Windows color (decimal): -8107795 or 15550596. OLE color: 15550596.
HSL color Cylindrical-coordinate representation of color #8448ED: hue angle of 261.82º 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 #8448ED is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 72 | 237 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.07 |
| HSL | 261.82º | 0.82% | 0.61% | - |
| HSV(B) | 261.82º | 0.7% | 0.93% | - |
| XYZ | 27.12 | 15.65 | 81.71 | - |
| YUV | 108.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 237 | 0.44 | 0.70 | 0 | 0.07 | 261.82 | 0.82 | 0.61 |
| Hex | 84 | 48 | ED | 2C | 46 | 0 | 7 | 106 | 52 | 3D |
| Octal | 204 | 110 | 355 | 54 | 106 | 0 | 7 | 406 | 122 | 75 |
| Binary | 10000100 | 1001000 | 11101101 | 101100 | 1000110 | 0 | 111 | 100000110 | 1010010 | 111101 |
Color Harmonies of #8448ED
Complementary color
Monochromatic Colors of #8448ED
Black with #8448ED
Text Example
Text Example
White with #8448ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448ED; }
p { color: rgb(132,72,237); }
H1.HeaderClassName
{
color: #8448ED;
}
.AnyTagClassName
{
color: #8448ED;
}
</style>
background-color css
<style>
a { background-color: #8448ED; }
a { background-color: rgb(132,72,237); }
div.DivClassName
{
background-color: #8448ED;
}
.BgClassName
{
background-color: #8448ED;
}
</style>
border-color css
<style>
span { border-color: #8448ED; }
span { border-color: rgb(132,72,237); }
td.TdClassName
{
border-color: #8448ED;
}
.TagClassName
{
border-color: #8448ED;
}
</style>