Shades of Blue Violet #8048DC
Tints of Blue Violet #8048DC
RGB
CMYK
RGB Variations
Color information
#8048DC (or 0x8048DC) is known color: Blue Violet. HEX triplet: 80, 48 and DC. RGB value is (128,72,220). Sum of RGB (Red+Green+Blue) = 128+72+220=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8048DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048DC is #7FB723. Grayscale: #696969. Windows color (decimal): -8369956 or 14436480. OLE color: 14436480.
HSL color Cylindrical-coordinate representation of color #8048DC: hue angle of 262.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8048DC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 72 | 220 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.14 |
| HSL | 262.7º | 0.68% | 0.57% | - |
| HSV(B) | 262.7º | 0.67% | 0.86% | - |
| XYZ | 24.14 | 14.39 | 69.22 | - |
| YUV | 105.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 220 | 0.42 | 0.67 | 0 | 0.14 | 262.7 | 0.68 | 0.57 |
| Hex | 80 | 48 | DC | 2A | 43 | 0 | E | 107 | 44 | 39 |
| Octal | 200 | 110 | 334 | 52 | 103 | 0 | 16 | 407 | 104 | 71 |
| Binary | 10000000 | 1001000 | 11011100 | 101010 | 1000011 | 0 | 1110 | 100000111 | 1000100 | 111001 |
Color Harmonies of #8048DC
Complementary color
Monochromatic Colors of #8048DC
Black with #8048DC
Text Example
Text Example
White with #8048DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048DC; }
p { color: rgb(128,72,220); }
H1.HeaderClassName
{
color: #8048DC;
}
.AnyTagClassName
{
color: #8048DC;
}
</style>
background-color css
<style>
a { background-color: #8048DC; }
a { background-color: rgb(128,72,220); }
div.DivClassName
{
background-color: #8048DC;
}
.BgClassName
{
background-color: #8048DC;
}
</style>
border-color css
<style>
span { border-color: #8048DC; }
span { border-color: rgb(128,72,220); }
td.TdClassName
{
border-color: #8048DC;
}
.TagClassName
{
border-color: #8048DC;
}
</style>