Shades of Blue Violet #8437CE
Tints of Blue Violet #8437CE
RGB
CMYK
RGB Variations
Color information
#8437CE (or 0x8437CE) is known color: Blue Violet. HEX triplet: 84, 37 and CE. RGB value is (132,55,206). Sum of RGB (Red+Green+Blue) = 132+55+206=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8437CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437CE is #7BC831. Grayscale: #5E5E5E. Windows color (decimal): -8112178 or 13514628. OLE color: 13514628.
HSL color Cylindrical-coordinate representation of color #8437CE: hue angle of 270.6º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8437CE is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 55 | 206 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.19 |
| HSL | 270.6º | 0.61% | 0.51% | - |
| HSV(B) | 270.6º | 0.73% | 0.81% | - |
| XYZ | 22.02 | 12.09 | 59.57 | - |
| YUV | 95.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 206 | 0.36 | 0.73 | 0 | 0.19 | 270.6 | 0.61 | 0.51 |
| Hex | 84 | 37 | CE | 24 | 49 | 0 | 13 | 10F | 3D | 33 |
| Octal | 204 | 67 | 316 | 44 | 111 | 0 | 23 | 417 | 75 | 63 |
| Binary | 10000100 | 110111 | 11001110 | 100100 | 1001001 | 0 | 10011 | 100001111 | 111101 | 110011 |
Color Harmonies of #8437CE
Complementary color
Monochromatic Colors of #8437CE
Black with #8437CE
Text Example
Text Example
White with #8437CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8437CE; }
p { color: rgb(132,55,206); }
H1.HeaderClassName
{
color: #8437CE;
}
.AnyTagClassName
{
color: #8437CE;
}
</style>
background-color css
<style>
a { background-color: #8437CE; }
a { background-color: rgb(132,55,206); }
div.DivClassName
{
background-color: #8437CE;
}
.BgClassName
{
background-color: #8437CE;
}
</style>
border-color css
<style>
span { border-color: #8437CE; }
span { border-color: rgb(132,55,206); }
td.TdClassName
{
border-color: #8437CE;
}
.TagClassName
{
border-color: #8437CE;
}
</style>