Shades of Blue Violet #8036CE
Tints of Blue Violet #8036CE
RGB
CMYK
RGB Variations
Color information
#8036CE (or 0x8036CE) is known color: Blue Violet. HEX triplet: 80, 36 and CE. RGB value is (128,54,206). Sum of RGB (Red+Green+Blue) = 128+54+206=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8036CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8036CE is #7FC931. Grayscale: #5C5C5C. Windows color (decimal): -8374578 or 13514368. OLE color: 13514368.
HSL color Cylindrical-coordinate representation of color #8036CE: hue angle of 269.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8036CE is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 54 | 206 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.19 |
| HSL | 269.21º | 0.61% | 0.51% | - |
| HSV(B) | 269.21º | 0.74% | 0.81% | - |
| XYZ | 21.36 | 11.68 | 59.52 | - |
| YUV | 93.45 | 191.52 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 206 | 0.38 | 0.74 | 0 | 0.19 | 269.21 | 0.61 | 0.51 |
| Hex | 80 | 36 | CE | 26 | 4A | 0 | 13 | 10D | 3D | 33 |
| Octal | 200 | 66 | 316 | 46 | 112 | 0 | 23 | 415 | 75 | 63 |
| Binary | 10000000 | 110110 | 11001110 | 100110 | 1001010 | 0 | 10011 | 100001101 | 111101 | 110011 |
Color Harmonies of #8036CE
Complementary color
Monochromatic Colors of #8036CE
Black with #8036CE
Text Example
Text Example
White with #8036CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036CE; }
p { color: rgb(128,54,206); }
H1.HeaderClassName
{
color: #8036CE;
}
.AnyTagClassName
{
color: #8036CE;
}
</style>
background-color css
<style>
a { background-color: #8036CE; }
a { background-color: rgb(128,54,206); }
div.DivClassName
{
background-color: #8036CE;
}
.BgClassName
{
background-color: #8036CE;
}
</style>
border-color css
<style>
span { border-color: #8036CE; }
span { border-color: rgb(128,54,206); }
td.TdClassName
{
border-color: #8036CE;
}
.TagClassName
{
border-color: #8036CE;
}
</style>