Shades of Blue Violet #8039CB
Tints of Blue Violet #8039CB
RGB
CMYK
RGB Variations
Color information
#8039CB (or 0x8039CB) is known color: Blue Violet. HEX triplet: 80, 39 and CB. RGB value is (128,57,203). Sum of RGB (Red+Green+Blue) = 128+57+203=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8039CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039CB is #7FC634. Grayscale: #5E5E5E. Windows color (decimal): -8373813 or 13318528. OLE color: 13318528.
HSL color Cylindrical-coordinate representation of color #8039CB: hue angle of 269.18º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8039CB is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 57 | 203 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.20 |
| HSL | 269.18º | 0.58% | 0.51% | - |
| HSV(B) | 269.18º | 0.72% | 0.8% | - |
| XYZ | 21.14 | 11.83 | 57.67 | - |
| YUV | 94.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 203 | 0.37 | 0.72 | 0 | 0.20 | 269.18 | 0.58 | 0.51 |
| Hex | 80 | 39 | CB | 25 | 48 | 0 | 14 | 10D | 3A | 33 |
| Octal | 200 | 71 | 313 | 45 | 110 | 0 | 24 | 415 | 72 | 63 |
| Binary | 10000000 | 111001 | 11001011 | 100101 | 1001000 | 0 | 10100 | 100001101 | 111010 | 110011 |
Color Harmonies of #8039CB
Complementary color
Monochromatic Colors of #8039CB
Black with #8039CB
Text Example
Text Example
White with #8039CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039CB; }
p { color: rgb(128,57,203); }
H1.HeaderClassName
{
color: #8039CB;
}
.AnyTagClassName
{
color: #8039CB;
}
</style>
background-color css
<style>
a { background-color: #8039CB; }
a { background-color: rgb(128,57,203); }
div.DivClassName
{
background-color: #8039CB;
}
.BgClassName
{
background-color: #8039CB;
}
</style>
border-color css
<style>
span { border-color: #8039CB; }
span { border-color: rgb(128,57,203); }
td.TdClassName
{
border-color: #8039CB;
}
.TagClassName
{
border-color: #8039CB;
}
</style>