Shades of Blue Violet #8041CE
Tints of Blue Violet #8041CE
RGB
CMYK
RGB Variations
Color information
#8041CE (or 0x8041CE) is known color: Blue Violet. HEX triplet: 80, 41 and CE. RGB value is (128,65,206). Sum of RGB (Red+Green+Blue) = 128+65+206=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8041CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CE is #7FBE31. Grayscale: #636363. Windows color (decimal): -8371762 or 13517184. OLE color: 13517184.
HSL color Cylindrical-coordinate representation of color #8041CE: hue angle of 266.81º 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 #8041CE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 65 | 206 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.19 |
| HSL | 266.81º | 0.59% | 0.53% | - |
| HSV(B) | 266.81º | 0.68% | 0.81% | - |
| XYZ | 21.93 | 12.83 | 59.71 | - |
| YUV | 99.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 206 | 0.38 | 0.68 | 0 | 0.19 | 266.81 | 0.59 | 0.53 |
| Hex | 80 | 41 | CE | 26 | 44 | 0 | 13 | 10B | 3B | 35 |
| Octal | 200 | 101 | 316 | 46 | 104 | 0 | 23 | 413 | 73 | 65 |
| Binary | 10000000 | 1000001 | 11001110 | 100110 | 1000100 | 0 | 10011 | 100001011 | 111011 | 110101 |
Color Harmonies of #8041CE
Complementary color
Monochromatic Colors of #8041CE
Black with #8041CE
Text Example
Text Example
White with #8041CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041CE; }
p { color: rgb(128,65,206); }
H1.HeaderClassName
{
color: #8041CE;
}
.AnyTagClassName
{
color: #8041CE;
}
</style>
background-color css
<style>
a { background-color: #8041CE; }
a { background-color: rgb(128,65,206); }
div.DivClassName
{
background-color: #8041CE;
}
.BgClassName
{
background-color: #8041CE;
}
</style>
border-color css
<style>
span { border-color: #8041CE; }
span { border-color: rgb(128,65,206); }
td.TdClassName
{
border-color: #8041CE;
}
.TagClassName
{
border-color: #8041CE;
}
</style>