Shades of Blue Violet #8044DD
Tints of Blue Violet #8044DD
RGB
CMYK
RGB Variations
Color information
#8044DD (or 0x8044DD) is known color: Blue Violet. HEX triplet: 80, 44 and DD. RGB value is (128,68,221). Sum of RGB (Red+Green+Blue) = 128+68+221=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #8044DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044DD is #7FBB22. Grayscale: #666666. Windows color (decimal): -8370979 or 14500992. OLE color: 14500992.
HSL color Cylindrical-coordinate representation of color #8044DD: hue angle of 263.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8044DD is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 68 | 221 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.13 |
| HSL | 263.53º | 0.69% | 0.57% | - |
| HSV(B) | 263.53º | 0.69% | 0.87% | - |
| XYZ | 24.02 | 13.94 | 69.83 | - |
| YUV | 103.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 221 | 0.42 | 0.69 | 0 | 0.13 | 263.53 | 0.69 | 0.57 |
| Hex | 80 | 44 | DD | 2A | 45 | 0 | D | 108 | 45 | 39 |
| Octal | 200 | 104 | 335 | 52 | 105 | 0 | 15 | 410 | 105 | 71 |
| Binary | 10000000 | 1000100 | 11011101 | 101010 | 1000101 | 0 | 1101 | 100001000 | 1000101 | 111001 |
Color Harmonies of #8044DD
Complementary color
Monochromatic Colors of #8044DD
Black with #8044DD
Text Example
Text Example
White with #8044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044DD; }
p { color: rgb(128,68,221); }
H1.HeaderClassName
{
color: #8044DD;
}
.AnyTagClassName
{
color: #8044DD;
}
</style>
background-color css
<style>
a { background-color: #8044DD; }
a { background-color: rgb(128,68,221); }
div.DivClassName
{
background-color: #8044DD;
}
.BgClassName
{
background-color: #8044DD;
}
</style>
border-color css
<style>
span { border-color: #8044DD; }
span { border-color: rgb(128,68,221); }
td.TdClassName
{
border-color: #8044DD;
}
.TagClassName
{
border-color: #8044DD;
}
</style>