Shades of Blue Violet #8446CF
Tints of Blue Violet #8446CF
RGB
CMYK
RGB Variations
Color information
#8446CF (or 0x8446CF) is known color: Blue Violet. HEX triplet: 84, 46 and CF. RGB value is (132,70,207). Sum of RGB (Red+Green+Blue) = 132+70+207=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #8446CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446CF is #7BB930. Grayscale: #676767. Windows color (decimal): -8108337 or 13584004. OLE color: 13584004.
HSL color Cylindrical-coordinate representation of color #8446CF: hue angle of 267.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8446CF is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 70 | 207 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.19 |
| HSL | 267.15º | 0.59% | 0.54% | - |
| HSV(B) | 267.15º | 0.66% | 0.81% | - |
| XYZ | 22.97 | 13.79 | 60.48 | - |
| YUV | 104.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 207 | 0.36 | 0.66 | 0 | 0.19 | 267.15 | 0.59 | 0.54 |
| Hex | 84 | 46 | CF | 24 | 42 | 0 | 13 | 10B | 3B | 36 |
| Octal | 204 | 106 | 317 | 44 | 102 | 0 | 23 | 413 | 73 | 66 |
| Binary | 10000100 | 1000110 | 11001111 | 100100 | 1000010 | 0 | 10011 | 100001011 | 111011 | 110110 |
Color Harmonies of #8446CF
Complementary color
Monochromatic Colors of #8446CF
Black with #8446CF
Text Example
Text Example
White with #8446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446CF; }
p { color: rgb(132,70,207); }
H1.HeaderClassName
{
color: #8446CF;
}
.AnyTagClassName
{
color: #8446CF;
}
</style>
background-color css
<style>
a { background-color: #8446CF; }
a { background-color: rgb(132,70,207); }
div.DivClassName
{
background-color: #8446CF;
}
.BgClassName
{
background-color: #8446CF;
}
</style>
border-color css
<style>
span { border-color: #8446CF; }
span { border-color: rgb(132,70,207); }
td.TdClassName
{
border-color: #8446CF;
}
.TagClassName
{
border-color: #8446CF;
}
</style>