Shades of Blue Violet #8448D1
Tints of Blue Violet #8448D1
RGB
CMYK
RGB Variations
Color information
#8448D1 (or 0x8448D1) is known color: Blue Violet. HEX triplet: 84, 48 and D1. RGB value is (132,72,209). Sum of RGB (Red+Green+Blue) = 132+72+209=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #8448D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448D1 is #7BB72E. Grayscale: #696969. Windows color (decimal): -8107823 or 13715588. OLE color: 13715588.
HSL color Cylindrical-coordinate representation of color #8448D1: hue angle of 266.28º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8448D1 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 72 | 209 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.18 |
| HSL | 266.28º | 0.6% | 0.55% | - |
| HSV(B) | 266.28º | 0.66% | 0.82% | - |
| XYZ | 23.34 | 14.14 | 61.82 | - |
| YUV | 105.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 209 | 0.37 | 0.66 | 0 | 0.18 | 266.28 | 0.6 | 0.55 |
| Hex | 84 | 48 | D1 | 25 | 42 | 0 | 12 | 10A | 3C | 37 |
| Octal | 204 | 110 | 321 | 45 | 102 | 0 | 22 | 412 | 74 | 67 |
| Binary | 10000100 | 1001000 | 11010001 | 100101 | 1000010 | 0 | 10010 | 100001010 | 111100 | 110111 |
Color Harmonies of #8448D1
Complementary color
Monochromatic Colors of #8448D1
Black with #8448D1
Text Example
Text Example
White with #8448D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448D1; }
p { color: rgb(132,72,209); }
H1.HeaderClassName
{
color: #8448D1;
}
.AnyTagClassName
{
color: #8448D1;
}
</style>
background-color css
<style>
a { background-color: #8448D1; }
a { background-color: rgb(132,72,209); }
div.DivClassName
{
background-color: #8448D1;
}
.BgClassName
{
background-color: #8448D1;
}
</style>
border-color css
<style>
span { border-color: #8448D1; }
span { border-color: rgb(132,72,209); }
td.TdClassName
{
border-color: #8448D1;
}
.TagClassName
{
border-color: #8448D1;
}
</style>