Shades of Blue Violet #8448DD
Tints of Blue Violet #8448DD
RGB
CMYK
RGB Variations
Color information
#8448DD (or 0x8448DD) is known color: Blue Violet. HEX triplet: 84, 48 and DD. RGB value is (132,72,221). Sum of RGB (Red+Green+Blue) = 132+72+221=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #8448DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448DD is #7BB722. Grayscale: #6A6A6A. Windows color (decimal): -8107811 or 14502020. OLE color: 14502020.
HSL color Cylindrical-coordinate representation of color #8448DD: hue angle of 264.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8448DD is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 72 | 221 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.13 |
| HSL | 264.16º | 0.69% | 0.57% | - |
| HSV(B) | 264.16º | 0.67% | 0.87% | - |
| XYZ | 24.88 | 14.76 | 69.94 | - |
| YUV | 106.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 221 | 0.40 | 0.67 | 0 | 0.13 | 264.16 | 0.69 | 0.57 |
| Hex | 84 | 48 | DD | 28 | 43 | 0 | D | 108 | 45 | 39 |
| Octal | 204 | 110 | 335 | 50 | 103 | 0 | 15 | 410 | 105 | 71 |
| Binary | 10000100 | 1001000 | 11011101 | 101000 | 1000011 | 0 | 1101 | 100001000 | 1000101 | 111001 |
Color Harmonies of #8448DD
Complementary color
Monochromatic Colors of #8448DD
Black with #8448DD
Text Example
Text Example
White with #8448DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448DD; }
p { color: rgb(132,72,221); }
H1.HeaderClassName
{
color: #8448DD;
}
.AnyTagClassName
{
color: #8448DD;
}
</style>
background-color css
<style>
a { background-color: #8448DD; }
a { background-color: rgb(132,72,221); }
div.DivClassName
{
background-color: #8448DD;
}
.BgClassName
{
background-color: #8448DD;
}
</style>
border-color css
<style>
span { border-color: #8448DD; }
span { border-color: rgb(132,72,221); }
td.TdClassName
{
border-color: #8448DD;
}
.TagClassName
{
border-color: #8448DD;
}
</style>