Shades of Blue Violet #8036CC
Tints of Blue Violet #8036CC
RGB
CMYK
RGB Variations
Color information
#8036CC (or 0x8036CC) is known color: Blue Violet. HEX triplet: 80, 36 and CC. RGB value is (128,54,204). Sum of RGB (Red+Green+Blue) = 128+54+204=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #8036CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8036CC is #7FC933. Grayscale: #5C5C5C. Windows color (decimal): -8374580 or 13383296. OLE color: 13383296.
HSL color Cylindrical-coordinate representation of color #8036CC: hue angle of 269.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8036CC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 54 | 204 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.2 |
| HSL | 269.6º | 0.6% | 0.51% | - |
| HSV(B) | 269.6º | 0.74% | 0.8% | - |
| XYZ | 21.12 | 11.59 | 58.25 | - |
| YUV | 93.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 204 | 0.37 | 0.74 | 0 | 0.2 | 269.6 | 0.6 | 0.51 |
| Hex | 80 | 36 | CC | 25 | 4A | 0 | 14 | 10E | 3C | 33 |
| Octal | 200 | 66 | 314 | 45 | 112 | 0 | 24 | 416 | 74 | 63 |
| Binary | 10000000 | 110110 | 11001100 | 100101 | 1001010 | 0 | 10100 | 100001110 | 111100 | 110011 |
Color Harmonies of #8036CC
Complementary color
Monochromatic Colors of #8036CC
Black with #8036CC
Text Example
Text Example
White with #8036CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036CC; }
p { color: rgb(128,54,204); }
H1.HeaderClassName
{
color: #8036CC;
}
.AnyTagClassName
{
color: #8036CC;
}
</style>
background-color css
<style>
a { background-color: #8036CC; }
a { background-color: rgb(128,54,204); }
div.DivClassName
{
background-color: #8036CC;
}
.BgClassName
{
background-color: #8036CC;
}
</style>
border-color css
<style>
span { border-color: #8036CC; }
span { border-color: rgb(128,54,204); }
td.TdClassName
{
border-color: #8036CC;
}
.TagClassName
{
border-color: #8036CC;
}
</style>