Shades of Blue Violet #8036CF
Tints of Blue Violet #8036CF
RGB
CMYK
RGB Variations
Color information
#8036CF (or 0x8036CF) is known color: Blue Violet. HEX triplet: 80, 36 and CF. RGB value is (128,54,207). Sum of RGB (Red+Green+Blue) = 128+54+207=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #8036CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8036CF is #7FC930. Grayscale: #5D5D5D. Windows color (decimal): -8374577 or 13579904. OLE color: 13579904.
HSL color Cylindrical-coordinate representation of color #8036CF: hue angle of 269.02º 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 #8036CF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 54 | 207 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.19 |
| HSL | 269.02º | 0.61% | 0.51% | - |
| HSV(B) | 269.02º | 0.74% | 0.81% | - |
| XYZ | 21.48 | 11.73 | 60.16 | - |
| YUV | 93.57 | 192.02 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 207 | 0.38 | 0.74 | 0 | 0.19 | 269.02 | 0.61 | 0.51 |
| Hex | 80 | 36 | CF | 26 | 4A | 0 | 13 | 10D | 3D | 33 |
| Octal | 200 | 66 | 317 | 46 | 112 | 0 | 23 | 415 | 75 | 63 |
| Binary | 10000000 | 110110 | 11001111 | 100110 | 1001010 | 0 | 10011 | 100001101 | 111101 | 110011 |
Color Harmonies of #8036CF
Complementary color
Monochromatic Colors of #8036CF
Black with #8036CF
Text Example
Text Example
White with #8036CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036CF; }
p { color: rgb(128,54,207); }
H1.HeaderClassName
{
color: #8036CF;
}
.AnyTagClassName
{
color: #8036CF;
}
</style>
background-color css
<style>
a { background-color: #8036CF; }
a { background-color: rgb(128,54,207); }
div.DivClassName
{
background-color: #8036CF;
}
.BgClassName
{
background-color: #8036CF;
}
</style>
border-color css
<style>
span { border-color: #8036CF; }
span { border-color: rgb(128,54,207); }
td.TdClassName
{
border-color: #8036CF;
}
.TagClassName
{
border-color: #8036CF;
}
</style>