Shades of Blue Violet #8046CE
Tints of Blue Violet #8046CE
RGB
CMYK
RGB Variations
Color information
#8046CE (or 0x8046CE) is known color: Blue Violet. HEX triplet: 80, 46 and CE. RGB value is (128,70,206). Sum of RGB (Red+Green+Blue) = 128+70+206=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #8046CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8046CE is #7FB931. Grayscale: #666666. Windows color (decimal): -8370482 or 13518464. OLE color: 13518464.
HSL color Cylindrical-coordinate representation of color #8046CE: hue angle of 265.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8046CE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 70 | 206 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.19 |
| HSL | 265.59º | 0.58% | 0.54% | - |
| HSV(B) | 265.59º | 0.66% | 0.81% | - |
| XYZ | 22.23 | 13.43 | 59.81 | - |
| YUV | 102.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 206 | 0.38 | 0.66 | 0 | 0.19 | 265.59 | 0.58 | 0.54 |
| Hex | 80 | 46 | CE | 26 | 42 | 0 | 13 | 10A | 3A | 36 |
| Octal | 200 | 106 | 316 | 46 | 102 | 0 | 23 | 412 | 72 | 66 |
| Binary | 10000000 | 1000110 | 11001110 | 100110 | 1000010 | 0 | 10011 | 100001010 | 111010 | 110110 |
Color Harmonies of #8046CE
Complementary color
Monochromatic Colors of #8046CE
Black with #8046CE
Text Example
Text Example
White with #8046CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8046CE; }
p { color: rgb(128,70,206); }
H1.HeaderClassName
{
color: #8046CE;
}
.AnyTagClassName
{
color: #8046CE;
}
</style>
background-color css
<style>
a { background-color: #8046CE; }
a { background-color: rgb(128,70,206); }
div.DivClassName
{
background-color: #8046CE;
}
.BgClassName
{
background-color: #8046CE;
}
</style>
border-color css
<style>
span { border-color: #8046CE; }
span { border-color: rgb(128,70,206); }
td.TdClassName
{
border-color: #8046CE;
}
.TagClassName
{
border-color: #8046CE;
}
</style>