Shades of Blue Violet #8042CE
Tints of Blue Violet #8042CE
RGB
CMYK
RGB Variations
Color information
#8042CE (or 0x8042CE) is known color: Blue Violet. HEX triplet: 80, 42 and CE. RGB value is (128,66,206). Sum of RGB (Red+Green+Blue) = 128+66+206=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #8042CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042CE is #7FBD31. Grayscale: #646464. Windows color (decimal): -8371506 or 13517440. OLE color: 13517440.
HSL color Cylindrical-coordinate representation of color #8042CE: hue angle of 266.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8042CE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 66 | 206 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.19 |
| HSL | 266.57º | 0.59% | 0.53% | - |
| HSV(B) | 266.57º | 0.68% | 0.81% | - |
| XYZ | 21.99 | 12.94 | 59.73 | - |
| YUV | 100.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 206 | 0.38 | 0.68 | 0 | 0.19 | 266.57 | 0.59 | 0.53 |
| Hex | 80 | 42 | CE | 26 | 44 | 0 | 13 | 10B | 3B | 35 |
| Octal | 200 | 102 | 316 | 46 | 104 | 0 | 23 | 413 | 73 | 65 |
| Binary | 10000000 | 1000010 | 11001110 | 100110 | 1000100 | 0 | 10011 | 100001011 | 111011 | 110101 |
Color Harmonies of #8042CE
Complementary color
Monochromatic Colors of #8042CE
Black with #8042CE
Text Example
Text Example
White with #8042CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042CE; }
p { color: rgb(128,66,206); }
H1.HeaderClassName
{
color: #8042CE;
}
.AnyTagClassName
{
color: #8042CE;
}
</style>
background-color css
<style>
a { background-color: #8042CE; }
a { background-color: rgb(128,66,206); }
div.DivClassName
{
background-color: #8042CE;
}
.BgClassName
{
background-color: #8042CE;
}
</style>
border-color css
<style>
span { border-color: #8042CE; }
span { border-color: rgb(128,66,206); }
td.TdClassName
{
border-color: #8042CE;
}
.TagClassName
{
border-color: #8042CE;
}
</style>