Shades of Blue Violet #8047D0
Tints of Blue Violet #8047D0
RGB
CMYK
RGB Variations
Color information
#8047D0 (or 0x8047D0) is known color: Blue Violet. HEX triplet: 80, 47 and D0. RGB value is (128,71,208). Sum of RGB (Red+Green+Blue) = 128+71+208=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #8047D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047D0 is #7FB82F. Grayscale: #676767. Windows color (decimal): -8370224 or 13649792. OLE color: 13649792.
HSL color Cylindrical-coordinate representation of color #8047D0: hue angle of 264.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8047D0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 71 | 208 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.18 |
| HSL | 264.96º | 0.59% | 0.55% | - |
| HSV(B) | 264.96º | 0.66% | 0.82% | - |
| XYZ | 22.54 | 13.65 | 61.12 | - |
| YUV | 103.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 208 | 0.38 | 0.66 | 0 | 0.18 | 264.96 | 0.59 | 0.55 |
| Hex | 80 | 47 | D0 | 26 | 42 | 0 | 12 | 109 | 3B | 37 |
| Octal | 200 | 107 | 320 | 46 | 102 | 0 | 22 | 411 | 73 | 67 |
| Binary | 10000000 | 1000111 | 11010000 | 100110 | 1000010 | 0 | 10010 | 100001001 | 111011 | 110111 |
Color Harmonies of #8047D0
Complementary color
Monochromatic Colors of #8047D0
Black with #8047D0
Text Example
Text Example
White with #8047D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047D0; }
p { color: rgb(128,71,208); }
H1.HeaderClassName
{
color: #8047D0;
}
.AnyTagClassName
{
color: #8047D0;
}
</style>
background-color css
<style>
a { background-color: #8047D0; }
a { background-color: rgb(128,71,208); }
div.DivClassName
{
background-color: #8047D0;
}
.BgClassName
{
background-color: #8047D0;
}
</style>
border-color css
<style>
span { border-color: #8047D0; }
span { border-color: rgb(128,71,208); }
td.TdClassName
{
border-color: #8047D0;
}
.TagClassName
{
border-color: #8047D0;
}
</style>