Shades of Blue Violet #8039CC
Tints of Blue Violet #8039CC
RGB
CMYK
RGB Variations
Color information
#8039CC (or 0x8039CC) is known color: Blue Violet. HEX triplet: 80, 39 and CC. RGB value is (128,57,204). Sum of RGB (Red+Green+Blue) = 128+57+204=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8039CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039CC is #7FC633. Grayscale: #5E5E5E. Windows color (decimal): -8373812 or 13384064. OLE color: 13384064.
HSL color Cylindrical-coordinate representation of color #8039CC: hue angle of 268.98º degrees, saturation: 0.59, 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 #8039CC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 57 | 204 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.2 |
| HSL | 268.98º | 0.59% | 0.51% | - |
| HSV(B) | 268.98º | 0.72% | 0.8% | - |
| XYZ | 21.26 | 11.88 | 58.3 | - |
| YUV | 94.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 204 | 0.37 | 0.72 | 0 | 0.2 | 268.98 | 0.59 | 0.51 |
| Hex | 80 | 39 | CC | 25 | 48 | 0 | 14 | 10D | 3B | 33 |
| Octal | 200 | 71 | 314 | 45 | 110 | 0 | 24 | 415 | 73 | 63 |
| Binary | 10000000 | 111001 | 11001100 | 100101 | 1001000 | 0 | 10100 | 100001101 | 111011 | 110011 |
Color Harmonies of #8039CC
Complementary color
Monochromatic Colors of #8039CC
Black with #8039CC
Text Example
Text Example
White with #8039CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039CC; }
p { color: rgb(128,57,204); }
H1.HeaderClassName
{
color: #8039CC;
}
.AnyTagClassName
{
color: #8039CC;
}
</style>
background-color css
<style>
a { background-color: #8039CC; }
a { background-color: rgb(128,57,204); }
div.DivClassName
{
background-color: #8039CC;
}
.BgClassName
{
background-color: #8039CC;
}
</style>
border-color css
<style>
span { border-color: #8039CC; }
span { border-color: rgb(128,57,204); }
td.TdClassName
{
border-color: #8039CC;
}
.TagClassName
{
border-color: #8039CC;
}
</style>