Shades of Blue Violet #8041DD
Tints of Blue Violet #8041DD
RGB
CMYK
RGB Variations
Color information
#8041DD (or 0x8041DD) is known color: Blue Violet. HEX triplet: 80, 41 and DD. RGB value is (128,65,221). Sum of RGB (Red+Green+Blue) = 128+65+221=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #8041DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041DD is #7FBE22. Grayscale: #656565. Windows color (decimal): -8371747 or 14500224. OLE color: 14500224.
HSL color Cylindrical-coordinate representation of color #8041DD: hue angle of 264.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8041DD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 65 | 221 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.13 |
| HSL | 264.23º | 0.7% | 0.56% | - |
| HSV(B) | 264.23º | 0.71% | 0.87% | - |
| XYZ | 23.84 | 13.59 | 69.77 | - |
| YUV | 101.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 221 | 0.42 | 0.71 | 0 | 0.13 | 264.23 | 0.7 | 0.56 |
| Hex | 80 | 41 | DD | 2A | 47 | 0 | D | 108 | 46 | 38 |
| Octal | 200 | 101 | 335 | 52 | 107 | 0 | 15 | 410 | 106 | 70 |
| Binary | 10000000 | 1000001 | 11011101 | 101010 | 1000111 | 0 | 1101 | 100001000 | 1000110 | 111000 |
Color Harmonies of #8041DD
Complementary color
Monochromatic Colors of #8041DD
Black with #8041DD
Text Example
Text Example
White with #8041DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041DD; }
p { color: rgb(128,65,221); }
H1.HeaderClassName
{
color: #8041DD;
}
.AnyTagClassName
{
color: #8041DD;
}
</style>
background-color css
<style>
a { background-color: #8041DD; }
a { background-color: rgb(128,65,221); }
div.DivClassName
{
background-color: #8041DD;
}
.BgClassName
{
background-color: #8041DD;
}
</style>
border-color css
<style>
span { border-color: #8041DD; }
span { border-color: rgb(128,65,221); }
td.TdClassName
{
border-color: #8041DD;
}
.TagClassName
{
border-color: #8041DD;
}
</style>