Shades of Blue Violet #8048DD
Tints of Blue Violet #8048DD
RGB
CMYK
RGB Variations
Color information
#8048DD (or 0x8048DD) is known color: Blue Violet. HEX triplet: 80, 48 and DD. RGB value is (128,72,221). Sum of RGB (Red+Green+Blue) = 128+72+221=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048DD is #7FB722. Grayscale: #696969. Windows color (decimal): -8369955 or 14502016. OLE color: 14502016.
HSL color Cylindrical-coordinate representation of color #8048DD: hue angle of 262.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8048DD is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 72 | 221 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.13 |
| HSL | 262.55º | 0.69% | 0.57% | - |
| HSV(B) | 262.55º | 0.67% | 0.87% | - |
| XYZ | 24.27 | 14.44 | 69.92 | - |
| YUV | 105.73 | 193.05 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 221 | 0.42 | 0.67 | 0 | 0.13 | 262.55 | 0.69 | 0.57 |
| Hex | 80 | 48 | DD | 2A | 43 | 0 | D | 107 | 45 | 39 |
| Octal | 200 | 110 | 335 | 52 | 103 | 0 | 15 | 407 | 105 | 71 |
| Binary | 10000000 | 1001000 | 11011101 | 101010 | 1000011 | 0 | 1101 | 100000111 | 1000101 | 111001 |
Color Harmonies of #8048DD
Complementary color
Monochromatic Colors of #8048DD
Black with #8048DD
Text Example
Text Example
White with #8048DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048DD; }
p { color: rgb(128,72,221); }
H1.HeaderClassName
{
color: #8048DD;
}
.AnyTagClassName
{
color: #8048DD;
}
</style>
background-color css
<style>
a { background-color: #8048DD; }
a { background-color: rgb(128,72,221); }
div.DivClassName
{
background-color: #8048DD;
}
.BgClassName
{
background-color: #8048DD;
}
</style>
border-color css
<style>
span { border-color: #8048DD; }
span { border-color: rgb(128,72,221); }
td.TdClassName
{
border-color: #8048DD;
}
.TagClassName
{
border-color: #8048DD;
}
</style>