Shades of Blue Violet #8037DC
Tints of Blue Violet #8037DC
RGB
CMYK
RGB Variations
Color information
#8037DC (or 0x8037DC) is known color: Blue Violet. HEX triplet: 80, 37 and DC. RGB value is (128,55,220). Sum of RGB (Red+Green+Blue) = 128+55+220=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #8037DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037DC is #7FC823. Grayscale: #5F5F5F. Windows color (decimal): -8374308 or 14432128. OLE color: 14432128.
HSL color Cylindrical-coordinate representation of color #8037DC: hue angle of 266.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8037DC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 55 | 220 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.14 |
| HSL | 266.55º | 0.7% | 0.54% | - |
| HSV(B) | 266.55º | 0.75% | 0.86% | - |
| XYZ | 23.19 | 12.49 | 68.9 | - |
| YUV | 95.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 220 | 0.42 | 0.75 | 0 | 0.14 | 266.55 | 0.7 | 0.54 |
| Hex | 80 | 37 | DC | 2A | 4B | 0 | E | 10B | 46 | 36 |
| Octal | 200 | 67 | 334 | 52 | 113 | 0 | 16 | 413 | 106 | 66 |
| Binary | 10000000 | 110111 | 11011100 | 101010 | 1001011 | 0 | 1110 | 100001011 | 1000110 | 110110 |
Color Harmonies of #8037DC
Complementary color
Monochromatic Colors of #8037DC
Black with #8037DC
Text Example
Text Example
White with #8037DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037DC; }
p { color: rgb(128,55,220); }
H1.HeaderClassName
{
color: #8037DC;
}
.AnyTagClassName
{
color: #8037DC;
}
</style>
background-color css
<style>
a { background-color: #8037DC; }
a { background-color: rgb(128,55,220); }
div.DivClassName
{
background-color: #8037DC;
}
.BgClassName
{
background-color: #8037DC;
}
</style>
border-color css
<style>
span { border-color: #8037DC; }
span { border-color: rgb(128,55,220); }
td.TdClassName
{
border-color: #8037DC;
}
.TagClassName
{
border-color: #8037DC;
}
</style>