Shades of Blue Violet #8047CE
Tints of Blue Violet #8047CE
RGB
CMYK
RGB Variations
Color information
#8047CE (or 0x8047CE) is known color: Blue Violet. HEX triplet: 80, 47 and CE. RGB value is (128,71,206). Sum of RGB (Red+Green+Blue) = 128+71+206=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8047CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047CE is #7FB831. Grayscale: #666666. Windows color (decimal): -8370226 or 13518720. OLE color: 13518720.
HSL color Cylindrical-coordinate representation of color #8047CE: hue angle of 265.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8047CE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 71 | 206 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.19 |
| HSL | 265.33º | 0.58% | 0.54% | - |
| HSV(B) | 265.33º | 0.66% | 0.81% | - |
| XYZ | 22.3 | 13.55 | 59.83 | - |
| YUV | 103.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 206 | 0.38 | 0.66 | 0 | 0.19 | 265.33 | 0.58 | 0.54 |
| Hex | 80 | 47 | CE | 26 | 42 | 0 | 13 | 109 | 3A | 36 |
| Octal | 200 | 107 | 316 | 46 | 102 | 0 | 23 | 411 | 72 | 66 |
| Binary | 10000000 | 1000111 | 11001110 | 100110 | 1000010 | 0 | 10011 | 100001001 | 111010 | 110110 |
Color Harmonies of #8047CE
Complementary color
Monochromatic Colors of #8047CE
Black with #8047CE
Text Example
Text Example
White with #8047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047CE; }
p { color: rgb(128,71,206); }
H1.HeaderClassName
{
color: #8047CE;
}
.AnyTagClassName
{
color: #8047CE;
}
</style>
background-color css
<style>
a { background-color: #8047CE; }
a { background-color: rgb(128,71,206); }
div.DivClassName
{
background-color: #8047CE;
}
.BgClassName
{
background-color: #8047CE;
}
</style>
border-color css
<style>
span { border-color: #8047CE; }
span { border-color: rgb(128,71,206); }
td.TdClassName
{
border-color: #8047CE;
}
.TagClassName
{
border-color: #8047CE;
}
</style>