Shades of Blue Violet #800BE8
Tints of Blue Violet #800BE8
RGB
CMYK
RGB Variations
Color information
#800BE8 (or 0x800BE8) is known color: Blue Violet. HEX triplet: 80, 0B and E8. RGB value is (128,11,232). Sum of RGB (Red+Green+Blue) = 128+11+232=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #800BE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BE8 is #7FF417. Grayscale: #464646. Windows color (decimal): -8385560 or 15207296. OLE color: 15207296.
HSL color Cylindrical-coordinate representation of color #800BE8: hue angle of 271.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BE8 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 11 | 232 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.09 |
| HSL | 271.76º | 0.91% | 0.48% | - |
| HSV(B) | 271.76º | 0.95% | 0.91% | - |
| XYZ | 23.59 | 10.65 | 77.16 | - |
| YUV | 71.18 | 218.76 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 232 | 0.45 | 0.95 | 0 | 0.09 | 271.76 | 0.91 | 0.48 |
| Hex | 80 | B | E8 | 2D | 5F | 0 | 9 | 110 | 5B | 30 |
| Octal | 200 | 13 | 350 | 55 | 137 | 0 | 11 | 420 | 133 | 60 |
| Binary | 10000000 | 1011 | 11101000 | 101101 | 1011111 | 0 | 1001 | 100010000 | 1011011 | 110000 |
Color Harmonies of #800BE8
Complementary color
Monochromatic Colors of #800BE8
Black with #800BE8
Text Example
Text Example
White with #800BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BE8; }
p { color: rgb(128,11,232); }
H1.HeaderClassName
{
color: #800BE8;
}
.AnyTagClassName
{
color: #800BE8;
}
</style>
background-color css
<style>
a { background-color: #800BE8; }
a { background-color: rgb(128,11,232); }
div.DivClassName
{
background-color: #800BE8;
}
.BgClassName
{
background-color: #800BE8;
}
</style>
border-color css
<style>
span { border-color: #800BE8; }
span { border-color: rgb(128,11,232); }
td.TdClassName
{
border-color: #800BE8;
}
.TagClassName
{
border-color: #800BE8;
}
</style>