Shades of Blue Violet #8043DB
Tints of Blue Violet #8043DB
RGB
CMYK
RGB Variations
Color information
#8043DB (or 0x8043DB) is known color: Blue Violet. HEX triplet: 80, 43 and DB. RGB value is (128,67,219). Sum of RGB (Red+Green+Blue) = 128+67+219=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #8043DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8043DB is #7FBC24. Grayscale: #666666. Windows color (decimal): -8371237 or 14369664. OLE color: 14369664.
HSL color Cylindrical-coordinate representation of color #8043DB: hue angle of 264.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8043DB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 67 | 219 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.14 |
| HSL | 264.08º | 0.68% | 0.56% | - |
| HSV(B) | 264.08º | 0.69% | 0.86% | - |
| XYZ | 23.7 | 13.72 | 68.42 | - |
| YUV | 102.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 219 | 0.42 | 0.69 | 0 | 0.14 | 264.08 | 0.68 | 0.56 |
| Hex | 80 | 43 | DB | 2A | 45 | 0 | E | 108 | 44 | 38 |
| Octal | 200 | 103 | 333 | 52 | 105 | 0 | 16 | 410 | 104 | 70 |
| Binary | 10000000 | 1000011 | 11011011 | 101010 | 1000101 | 0 | 1110 | 100001000 | 1000100 | 111000 |
Color Harmonies of #8043DB
Complementary color
Monochromatic Colors of #8043DB
Black with #8043DB
Text Example
Text Example
White with #8043DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043DB; }
p { color: rgb(128,67,219); }
H1.HeaderClassName
{
color: #8043DB;
}
.AnyTagClassName
{
color: #8043DB;
}
</style>
background-color css
<style>
a { background-color: #8043DB; }
a { background-color: rgb(128,67,219); }
div.DivClassName
{
background-color: #8043DB;
}
.BgClassName
{
background-color: #8043DB;
}
</style>
border-color css
<style>
span { border-color: #8043DB; }
span { border-color: rgb(128,67,219); }
td.TdClassName
{
border-color: #8043DB;
}
.TagClassName
{
border-color: #8043DB;
}
</style>