Shades of Blue Violet #8039DF
Tints of Blue Violet #8039DF
RGB
CMYK
RGB Variations
Color information
#8039DF (or 0x8039DF) is known color: Blue Violet. HEX triplet: 80, 39 and DF. RGB value is (128,57,223). Sum of RGB (Red+Green+Blue) = 128+57+223=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #8039DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039DF is #7FC620. Grayscale: #606060. Windows color (decimal): -8373793 or 14629248. OLE color: 14629248.
HSL color Cylindrical-coordinate representation of color #8039DF: hue angle of 265.66º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8039DF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 57 | 223 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.13 |
| HSL | 265.66º | 0.72% | 0.55% | - |
| HSV(B) | 265.66º | 0.74% | 0.87% | - |
| XYZ | 23.68 | 12.84 | 71.04 | - |
| YUV | 97.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 223 | 0.43 | 0.74 | 0 | 0.13 | 265.66 | 0.72 | 0.55 |
| Hex | 80 | 39 | DF | 2B | 4A | 0 | D | 10A | 48 | 37 |
| Octal | 200 | 71 | 337 | 53 | 112 | 0 | 15 | 412 | 110 | 67 |
| Binary | 10000000 | 111001 | 11011111 | 101011 | 1001010 | 0 | 1101 | 100001010 | 1001000 | 110111 |
Color Harmonies of #8039DF
Complementary color
Monochromatic Colors of #8039DF
Black with #8039DF
Text Example
Text Example
White with #8039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039DF; }
p { color: rgb(128,57,223); }
H1.HeaderClassName
{
color: #8039DF;
}
.AnyTagClassName
{
color: #8039DF;
}
</style>
background-color css
<style>
a { background-color: #8039DF; }
a { background-color: rgb(128,57,223); }
div.DivClassName
{
background-color: #8039DF;
}
.BgClassName
{
background-color: #8039DF;
}
</style>
border-color css
<style>
span { border-color: #8039DF; }
span { border-color: rgb(128,57,223); }
td.TdClassName
{
border-color: #8039DF;
}
.TagClassName
{
border-color: #8039DF;
}
</style>