Shades of Blue Violet #8036ED
Tints of Blue Violet #8036ED
RGB
CMYK
RGB Variations
Color information
#8036ED (or 0x8036ED) is known color: Blue Violet. HEX triplet: 80, 36 and ED. RGB value is (128,54,237). Sum of RGB (Red+Green+Blue) = 128+54+237=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #8036ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8036ED is #7FC912. Grayscale: #606060. Windows color (decimal): -8374547 or 15545984. OLE color: 15545984.
HSL color Cylindrical-coordinate representation of color #8036ED: hue angle of 264.26º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8036ED is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 54 | 237 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.07 |
| HSL | 264.26º | 0.84% | 0.57% | - |
| HSV(B) | 264.26º | 0.77% | 0.93% | - |
| XYZ | 25.51 | 13.34 | 81.35 | - |
| YUV | 96.99 | 207.02 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 237 | 0.46 | 0.77 | 0 | 0.07 | 264.26 | 0.84 | 0.57 |
| Hex | 80 | 36 | ED | 2E | 4D | 0 | 7 | 108 | 54 | 39 |
| Octal | 200 | 66 | 355 | 56 | 115 | 0 | 7 | 410 | 124 | 71 |
| Binary | 10000000 | 110110 | 11101101 | 101110 | 1001101 | 0 | 111 | 100001000 | 1010100 | 111001 |
Color Harmonies of #8036ED
Complementary color
Monochromatic Colors of #8036ED
Black with #8036ED
Text Example
Text Example
White with #8036ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036ED; }
p { color: rgb(128,54,237); }
H1.HeaderClassName
{
color: #8036ED;
}
.AnyTagClassName
{
color: #8036ED;
}
</style>
background-color css
<style>
a { background-color: #8036ED; }
a { background-color: rgb(128,54,237); }
div.DivClassName
{
background-color: #8036ED;
}
.BgClassName
{
background-color: #8036ED;
}
</style>
border-color css
<style>
span { border-color: #8036ED; }
span { border-color: rgb(128,54,237); }
td.TdClassName
{
border-color: #8036ED;
}
.TagClassName
{
border-color: #8036ED;
}
</style>