Shades of Blue Violet #8036E6
Tints of Blue Violet #8036E6
RGB
CMYK
RGB Variations
Color information
#8036E6 (or 0x8036E6) is known color: Blue Violet. HEX triplet: 80, 36 and E6. RGB value is (128,54,230). Sum of RGB (Red+Green+Blue) = 128+54+230=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #8036E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8036E6 is #7FC919. Grayscale: #5F5F5F. Windows color (decimal): -8374554 or 15087232. OLE color: 15087232.
HSL color Cylindrical-coordinate representation of color #8036E6: hue angle of 265.23º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8036E6 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 54 | 230 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.10 |
| HSL | 265.23º | 0.78% | 0.56% | - |
| HSV(B) | 265.23º | 0.77% | 0.9% | - |
| XYZ | 24.5 | 12.94 | 76.07 | - |
| YUV | 96.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 230 | 0.44 | 0.77 | 0 | 0.10 | 265.23 | 0.78 | 0.56 |
| Hex | 80 | 36 | E6 | 2C | 4D | 0 | A | 109 | 4E | 38 |
| Octal | 200 | 66 | 346 | 54 | 115 | 0 | 12 | 411 | 116 | 70 |
| Binary | 10000000 | 110110 | 11100110 | 101100 | 1001101 | 0 | 1010 | 100001001 | 1001110 | 111000 |
Color Harmonies of #8036E6
Complementary color
Monochromatic Colors of #8036E6
Black with #8036E6
Text Example
Text Example
White with #8036E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036E6; }
p { color: rgb(128,54,230); }
H1.HeaderClassName
{
color: #8036E6;
}
.AnyTagClassName
{
color: #8036E6;
}
</style>
background-color css
<style>
a { background-color: #8036E6; }
a { background-color: rgb(128,54,230); }
div.DivClassName
{
background-color: #8036E6;
}
.BgClassName
{
background-color: #8036E6;
}
</style>
border-color css
<style>
span { border-color: #8036E6; }
span { border-color: rgb(128,54,230); }
td.TdClassName
{
border-color: #8036E6;
}
.TagClassName
{
border-color: #8036E6;
}
</style>