Shades of Blue Violet #8449D3
Tints of Blue Violet #8449D3
RGB
CMYK
RGB Variations
Color information
#8449D3 (or 0x8449D3) is known color: Blue Violet. HEX triplet: 84, 49 and D3. RGB value is (132,73,211). Sum of RGB (Red+Green+Blue) = 132+73+211=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #8449D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449D3 is #7BB62C. Grayscale: #696969. Windows color (decimal): -8107565 or 13846916. OLE color: 13846916.
HSL color Cylindrical-coordinate representation of color #8449D3: hue angle of 265.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8449D3 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 73 | 211 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.17 |
| HSL | 265.65º | 0.61% | 0.56% | - |
| HSV(B) | 265.65º | 0.65% | 0.83% | - |
| XYZ | 23.66 | 14.37 | 63.16 | - |
| YUV | 106.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 211 | 0.37 | 0.65 | 0 | 0.17 | 265.65 | 0.61 | 0.56 |
| Hex | 84 | 49 | D3 | 25 | 41 | 0 | 11 | 10A | 3D | 38 |
| Octal | 204 | 111 | 323 | 45 | 101 | 0 | 21 | 412 | 75 | 70 |
| Binary | 10000100 | 1001001 | 11010011 | 100101 | 1000001 | 0 | 10001 | 100001010 | 111101 | 111000 |
Color Harmonies of #8449D3
Complementary color
Monochromatic Colors of #8449D3
Black with #8449D3
Text Example
Text Example
White with #8449D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449D3; }
p { color: rgb(132,73,211); }
H1.HeaderClassName
{
color: #8449D3;
}
.AnyTagClassName
{
color: #8449D3;
}
</style>
background-color css
<style>
a { background-color: #8449D3; }
a { background-color: rgb(132,73,211); }
div.DivClassName
{
background-color: #8449D3;
}
.BgClassName
{
background-color: #8449D3;
}
</style>
border-color css
<style>
span { border-color: #8449D3; }
span { border-color: rgb(132,73,211); }
td.TdClassName
{
border-color: #8449D3;
}
.TagClassName
{
border-color: #8449D3;
}
</style>