Shades of Blue Violet #8448DF
Tints of Blue Violet #8448DF
RGB
CMYK
RGB Variations
Color information
#8448DF (or 0x8448DF) is known color: Blue Violet. HEX triplet: 84, 48 and DF. RGB value is (132,72,223). Sum of RGB (Red+Green+Blue) = 132+72+223=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #8448DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448DF is #7BB720. Grayscale: #6A6A6A. Windows color (decimal): -8107809 or 14633092. OLE color: 14633092.
HSL color Cylindrical-coordinate representation of color #8448DF: hue angle of 263.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8448DF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 72 | 223 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.13 |
| HSL | 263.84º | 0.7% | 0.58% | - |
| HSV(B) | 263.84º | 0.68% | 0.87% | - |
| XYZ | 25.15 | 14.87 | 71.36 | - |
| YUV | 107.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 223 | 0.41 | 0.68 | 0 | 0.13 | 263.84 | 0.7 | 0.58 |
| Hex | 84 | 48 | DF | 29 | 44 | 0 | D | 108 | 46 | 3A |
| Octal | 204 | 110 | 337 | 51 | 104 | 0 | 15 | 410 | 106 | 72 |
| Binary | 10000100 | 1001000 | 11011111 | 101001 | 1000100 | 0 | 1101 | 100001000 | 1000110 | 111010 |
Color Harmonies of #8448DF
Complementary color
Monochromatic Colors of #8448DF
Black with #8448DF
Text Example
Text Example
White with #8448DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448DF; }
p { color: rgb(132,72,223); }
H1.HeaderClassName
{
color: #8448DF;
}
.AnyTagClassName
{
color: #8448DF;
}
</style>
background-color css
<style>
a { background-color: #8448DF; }
a { background-color: rgb(132,72,223); }
div.DivClassName
{
background-color: #8448DF;
}
.BgClassName
{
background-color: #8448DF;
}
</style>
border-color css
<style>
span { border-color: #8448DF; }
span { border-color: rgb(132,72,223); }
td.TdClassName
{
border-color: #8448DF;
}
.TagClassName
{
border-color: #8448DF;
}
</style>