Shades of Blue Violet #8437DF
Tints of Blue Violet #8437DF
RGB
CMYK
RGB Variations
Color information
#8437DF (or 0x8437DF) is known color: Blue Violet. HEX triplet: 84, 37 and DF. RGB value is (132,55,223). Sum of RGB (Red+Green+Blue) = 132+55+223=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #8437DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437DF is #7BC820. Grayscale: #606060. Windows color (decimal): -8112161 or 14628740. OLE color: 14628740.
HSL color Cylindrical-coordinate representation of color #8437DF: hue angle of 267.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8437DF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 55 | 223 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.13 |
| HSL | 267.5º | 0.72% | 0.55% | - |
| HSV(B) | 267.5º | 0.75% | 0.87% | - |
| XYZ | 24.2 | 12.97 | 71.04 | - |
| YUV | 97.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 223 | 0.41 | 0.75 | 0 | 0.13 | 267.5 | 0.72 | 0.55 |
| Hex | 84 | 37 | DF | 29 | 4B | 0 | D | 10C | 48 | 37 |
| Octal | 204 | 67 | 337 | 51 | 113 | 0 | 15 | 414 | 110 | 67 |
| Binary | 10000100 | 110111 | 11011111 | 101001 | 1001011 | 0 | 1101 | 100001100 | 1001000 | 110111 |
Color Harmonies of #8437DF
Complementary color
Monochromatic Colors of #8437DF
Black with #8437DF
Text Example
Text Example
White with #8437DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8437DF; }
p { color: rgb(132,55,223); }
H1.HeaderClassName
{
color: #8437DF;
}
.AnyTagClassName
{
color: #8437DF;
}
</style>
background-color css
<style>
a { background-color: #8437DF; }
a { background-color: rgb(132,55,223); }
div.DivClassName
{
background-color: #8437DF;
}
.BgClassName
{
background-color: #8437DF;
}
</style>
border-color css
<style>
span { border-color: #8437DF; }
span { border-color: rgb(132,55,223); }
td.TdClassName
{
border-color: #8437DF;
}
.TagClassName
{
border-color: #8437DF;
}
</style>