Shades of Blue Violet #8043D3
Tints of Blue Violet #8043D3
RGB
CMYK
RGB Variations
Color information
#8043D3 (or 0x8043D3) is known color: Blue Violet. HEX triplet: 80, 43 and D3. RGB value is (128,67,211). Sum of RGB (Red+Green+Blue) = 128+67+211=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #8043D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8043D3 is #7FBC2C. Grayscale: #656565. Windows color (decimal): -8371245 or 13845376. OLE color: 13845376.
HSL color Cylindrical-coordinate representation of color #8043D3: hue angle of 265.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8043D3 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 67 | 211 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.17 |
| HSL | 265.42º | 0.62% | 0.55% | - |
| HSV(B) | 265.42º | 0.68% | 0.83% | - |
| XYZ | 22.67 | 13.31 | 63 | - |
| YUV | 101.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 211 | 0.39 | 0.68 | 0 | 0.17 | 265.42 | 0.62 | 0.55 |
| Hex | 80 | 43 | D3 | 27 | 44 | 0 | 11 | 109 | 3E | 37 |
| Octal | 200 | 103 | 323 | 47 | 104 | 0 | 21 | 411 | 76 | 67 |
| Binary | 10000000 | 1000011 | 11010011 | 100111 | 1000100 | 0 | 10001 | 100001001 | 111110 | 110111 |
Color Harmonies of #8043D3
Complementary color
Monochromatic Colors of #8043D3
Black with #8043D3
Text Example
Text Example
White with #8043D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043D3; }
p { color: rgb(128,67,211); }
H1.HeaderClassName
{
color: #8043D3;
}
.AnyTagClassName
{
color: #8043D3;
}
</style>
background-color css
<style>
a { background-color: #8043D3; }
a { background-color: rgb(128,67,211); }
div.DivClassName
{
background-color: #8043D3;
}
.BgClassName
{
background-color: #8043D3;
}
</style>
border-color css
<style>
span { border-color: #8043D3; }
span { border-color: rgb(128,67,211); }
td.TdClassName
{
border-color: #8043D3;
}
.TagClassName
{
border-color: #8043D3;
}
</style>