Shades of Blue Violet #8032DC
Tints of Blue Violet #8032DC
RGB
CMYK
RGB Variations
Color information
#8032DC (or 0x8032DC) is known color: Blue Violet. HEX triplet: 80, 32 and DC. RGB value is (128,50,220). Sum of RGB (Red+Green+Blue) = 128+50+220=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #8032DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032DC is #7FCD23. Grayscale: #5C5C5C. Windows color (decimal): -8375588 or 14430848. OLE color: 14430848.
HSL color Cylindrical-coordinate representation of color #8032DC: hue angle of 267.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8032DC is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 50 | 220 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.14 |
| HSL | 267.53º | 0.71% | 0.53% | - |
| HSV(B) | 267.53º | 0.77% | 0.86% | - |
| XYZ | 22.96 | 12.04 | 68.82 | - |
| YUV | 92.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 220 | 0.42 | 0.77 | 0 | 0.14 | 267.53 | 0.71 | 0.53 |
| Hex | 80 | 32 | DC | 2A | 4D | 0 | E | 10C | 47 | 35 |
| Octal | 200 | 62 | 334 | 52 | 115 | 0 | 16 | 414 | 107 | 65 |
| Binary | 10000000 | 110010 | 11011100 | 101010 | 1001101 | 0 | 1110 | 100001100 | 1000111 | 110101 |
Color Harmonies of #8032DC
Complementary color
Monochromatic Colors of #8032DC
Black with #8032DC
Text Example
Text Example
White with #8032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032DC; }
p { color: rgb(128,50,220); }
H1.HeaderClassName
{
color: #8032DC;
}
.AnyTagClassName
{
color: #8032DC;
}
</style>
background-color css
<style>
a { background-color: #8032DC; }
a { background-color: rgb(128,50,220); }
div.DivClassName
{
background-color: #8032DC;
}
.BgClassName
{
background-color: #8032DC;
}
</style>
border-color css
<style>
span { border-color: #8032DC; }
span { border-color: rgb(128,50,220); }
td.TdClassName
{
border-color: #8032DC;
}
.TagClassName
{
border-color: #8032DC;
}
</style>