Shades of Blue Violet #8039D0
Tints of Blue Violet #8039D0
RGB
CMYK
RGB Variations
Color information
#8039D0 (or 0x8039D0) is known color: Blue Violet. HEX triplet: 80, 39 and D0. RGB value is (128,57,208). Sum of RGB (Red+Green+Blue) = 128+57+208=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #8039D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039D0 is #7FC62F. Grayscale: #5E5E5E. Windows color (decimal): -8373808 or 13646208. OLE color: 13646208.
HSL color Cylindrical-coordinate representation of color #8039D0: hue angle of 268.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8039D0 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 57 | 208 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.18 |
| HSL | 268.21º | 0.62% | 0.52% | - |
| HSV(B) | 268.21º | 0.73% | 0.82% | - |
| XYZ | 21.75 | 12.07 | 60.86 | - |
| YUV | 95.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 208 | 0.38 | 0.73 | 0 | 0.18 | 268.21 | 0.62 | 0.52 |
| Hex | 80 | 39 | D0 | 26 | 49 | 0 | 12 | 10C | 3E | 34 |
| Octal | 200 | 71 | 320 | 46 | 111 | 0 | 22 | 414 | 76 | 64 |
| Binary | 10000000 | 111001 | 11010000 | 100110 | 1001001 | 0 | 10010 | 100001100 | 111110 | 110100 |
Color Harmonies of #8039D0
Complementary color
Monochromatic Colors of #8039D0
Black with #8039D0
Text Example
Text Example
White with #8039D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039D0; }
p { color: rgb(128,57,208); }
H1.HeaderClassName
{
color: #8039D0;
}
.AnyTagClassName
{
color: #8039D0;
}
</style>
background-color css
<style>
a { background-color: #8039D0; }
a { background-color: rgb(128,57,208); }
div.DivClassName
{
background-color: #8039D0;
}
.BgClassName
{
background-color: #8039D0;
}
</style>
border-color css
<style>
span { border-color: #8039D0; }
span { border-color: rgb(128,57,208); }
td.TdClassName
{
border-color: #8039D0;
}
.TagClassName
{
border-color: #8039D0;
}
</style>