Shades of Blue Violet #8448D6
Tints of Blue Violet #8448D6
RGB
CMYK
RGB Variations
Color information
#8448D6 (or 0x8448D6) is known color: Blue Violet. HEX triplet: 84, 48 and D6. RGB value is (132,72,214). Sum of RGB (Red+Green+Blue) = 132+72+214=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #8448D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448D6 is #7BB729. Grayscale: #696969. Windows color (decimal): -8107818 or 14043268. OLE color: 14043268.
HSL color Cylindrical-coordinate representation of color #8448D6: hue angle of 265.35º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8448D6 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 72 | 214 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.16 |
| HSL | 265.35º | 0.63% | 0.56% | - |
| HSV(B) | 265.35º | 0.66% | 0.84% | - |
| XYZ | 23.97 | 14.4 | 65.13 | - |
| YUV | 106.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 214 | 0.38 | 0.66 | 0 | 0.16 | 265.35 | 0.63 | 0.56 |
| Hex | 84 | 48 | D6 | 26 | 42 | 0 | 10 | 109 | 3F | 38 |
| Octal | 204 | 110 | 326 | 46 | 102 | 0 | 20 | 411 | 77 | 70 |
| Binary | 10000100 | 1001000 | 11010110 | 100110 | 1000010 | 0 | 10000 | 100001001 | 111111 | 111000 |
Color Harmonies of #8448D6
Complementary color
Monochromatic Colors of #8448D6
Black with #8448D6
Text Example
Text Example
White with #8448D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448D6; }
p { color: rgb(132,72,214); }
H1.HeaderClassName
{
color: #8448D6;
}
.AnyTagClassName
{
color: #8448D6;
}
</style>
background-color css
<style>
a { background-color: #8448D6; }
a { background-color: rgb(132,72,214); }
div.DivClassName
{
background-color: #8448D6;
}
.BgClassName
{
background-color: #8448D6;
}
</style>
border-color css
<style>
span { border-color: #8448D6; }
span { border-color: rgb(132,72,214); }
td.TdClassName
{
border-color: #8448D6;
}
.TagClassName
{
border-color: #8448D6;
}
</style>