Shades of Blue Violet #8034DC
Tints of Blue Violet #8034DC
RGB
CMYK
RGB Variations
Color information
#8034DC (or 0x8034DC) is known color: Blue Violet. HEX triplet: 80, 34 and DC. RGB value is (128,52,220). Sum of RGB (Red+Green+Blue) = 128+52+220=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #8034DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8034DC is #7FCB23. Grayscale: #5D5D5D. Windows color (decimal): -8375076 or 14431360. OLE color: 14431360.
HSL color Cylindrical-coordinate representation of color #8034DC: hue angle of 267.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8034DC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 52 | 220 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.14 |
| HSL | 267.14º | 0.71% | 0.53% | - |
| HSV(B) | 267.14º | 0.76% | 0.86% | - |
| XYZ | 23.05 | 12.21 | 68.85 | - |
| YUV | 93.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 220 | 0.42 | 0.76 | 0 | 0.14 | 267.14 | 0.71 | 0.53 |
| Hex | 80 | 34 | DC | 2A | 4C | 0 | E | 10B | 47 | 35 |
| Octal | 200 | 64 | 334 | 52 | 114 | 0 | 16 | 413 | 107 | 65 |
| Binary | 10000000 | 110100 | 11011100 | 101010 | 1001100 | 0 | 1110 | 100001011 | 1000111 | 110101 |
Color Harmonies of #8034DC
Complementary color
Monochromatic Colors of #8034DC
Black with #8034DC
Text Example
Text Example
White with #8034DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8034DC; }
p { color: rgb(128,52,220); }
H1.HeaderClassName
{
color: #8034DC;
}
.AnyTagClassName
{
color: #8034DC;
}
</style>
background-color css
<style>
a { background-color: #8034DC; }
a { background-color: rgb(128,52,220); }
div.DivClassName
{
background-color: #8034DC;
}
.BgClassName
{
background-color: #8034DC;
}
</style>
border-color css
<style>
span { border-color: #8034DC; }
span { border-color: rgb(128,52,220); }
td.TdClassName
{
border-color: #8034DC;
}
.TagClassName
{
border-color: #8034DC;
}
</style>