Shades of Blue Violet #8045DD
Tints of Blue Violet #8045DD
RGB
CMYK
RGB Variations
Color information
#8045DD (or 0x8045DD) is known color: Blue Violet. HEX triplet: 80, 45 and DD. RGB value is (128,69,221). Sum of RGB (Red+Green+Blue) = 128+69+221=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #8045DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045DD is #7FBA22. Grayscale: #676767. Windows color (decimal): -8370723 or 14501248. OLE color: 14501248.
HSL color Cylindrical-coordinate representation of color #8045DD: hue angle of 263.29º 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 #8045DD is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 69 | 221 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.13 |
| HSL | 263.29º | 0.69% | 0.57% | - |
| HSV(B) | 263.29º | 0.69% | 0.87% | - |
| XYZ | 24.08 | 14.07 | 69.85 | - |
| YUV | 103.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 221 | 0.42 | 0.69 | 0 | 0.13 | 263.29 | 0.69 | 0.57 |
| Hex | 80 | 45 | DD | 2A | 45 | 0 | D | 107 | 45 | 39 |
| Octal | 200 | 105 | 335 | 52 | 105 | 0 | 15 | 407 | 105 | 71 |
| Binary | 10000000 | 1000101 | 11011101 | 101010 | 1000101 | 0 | 1101 | 100000111 | 1000101 | 111001 |
Color Harmonies of #8045DD
Complementary color
Monochromatic Colors of #8045DD
Black with #8045DD
Text Example
Text Example
White with #8045DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045DD; }
p { color: rgb(128,69,221); }
H1.HeaderClassName
{
color: #8045DD;
}
.AnyTagClassName
{
color: #8045DD;
}
</style>
background-color css
<style>
a { background-color: #8045DD; }
a { background-color: rgb(128,69,221); }
div.DivClassName
{
background-color: #8045DD;
}
.BgClassName
{
background-color: #8045DD;
}
</style>
border-color css
<style>
span { border-color: #8045DD; }
span { border-color: rgb(128,69,221); }
td.TdClassName
{
border-color: #8045DD;
}
.TagClassName
{
border-color: #8045DD;
}
</style>