Shades of Blue Violet #8037D0
Tints of Blue Violet #8037D0
RGB
CMYK
RGB Variations
Color information
#8037D0 (or 0x8037D0) is known color: Blue Violet. HEX triplet: 80, 37 and D0. RGB value is (128,55,208). Sum of RGB (Red+Green+Blue) = 128+55+208=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #8037D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037D0 is #7FC82F. Grayscale: #5D5D5D. Windows color (decimal): -8374320 or 13645696. OLE color: 13645696.
HSL color Cylindrical-coordinate representation of color #8037D0: hue angle of 268.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8037D0 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 55 | 208 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.18 |
| HSL | 268.63º | 0.62% | 0.52% | - |
| HSV(B) | 268.63º | 0.74% | 0.82% | - |
| XYZ | 21.65 | 11.88 | 60.83 | - |
| YUV | 94.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 208 | 0.38 | 0.74 | 0 | 0.18 | 268.63 | 0.62 | 0.52 |
| Hex | 80 | 37 | D0 | 26 | 4A | 0 | 12 | 10D | 3E | 34 |
| Octal | 200 | 67 | 320 | 46 | 112 | 0 | 22 | 415 | 76 | 64 |
| Binary | 10000000 | 110111 | 11010000 | 100110 | 1001010 | 0 | 10010 | 100001101 | 111110 | 110100 |
Color Harmonies of #8037D0
Complementary color
Monochromatic Colors of #8037D0
Black with #8037D0
Text Example
Text Example
White with #8037D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037D0; }
p { color: rgb(128,55,208); }
H1.HeaderClassName
{
color: #8037D0;
}
.AnyTagClassName
{
color: #8037D0;
}
</style>
background-color css
<style>
a { background-color: #8037D0; }
a { background-color: rgb(128,55,208); }
div.DivClassName
{
background-color: #8037D0;
}
.BgClassName
{
background-color: #8037D0;
}
</style>
border-color css
<style>
span { border-color: #8037D0; }
span { border-color: rgb(128,55,208); }
td.TdClassName
{
border-color: #8037D0;
}
.TagClassName
{
border-color: #8037D0;
}
</style>