Shades of Blue Violet #8014D4
Tints of Blue Violet #8014D4
RGB
CMYK
RGB Variations
Color information
#8014D4 (or 0x8014D4) is known color: Blue Violet. HEX triplet: 80, 14 and D4. RGB value is (128,20,212). Sum of RGB (Red+Green+Blue) = 128+20+212=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #8014D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014D4 is #7FEB2B. Grayscale: #494949. Windows color (decimal): -8383276 or 13898880. OLE color: 13898880.
HSL color Cylindrical-coordinate representation of color #8014D4: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014D4 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 20 | 212 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.17 |
| HSL | 273.75º | 0.83% | 0.45% | - |
| HSV(B) | 273.75º | 0.91% | 0.83% | - |
| XYZ | 21.04 | 9.84 | 63.08 | - |
| YUV | 74.18 | 205.78 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 212 | 0.40 | 0.91 | 0 | 0.17 | 273.75 | 0.83 | 0.45 |
| Hex | 80 | 14 | D4 | 28 | 5B | 0 | 11 | 112 | 53 | 2D |
| Octal | 200 | 24 | 324 | 50 | 133 | 0 | 21 | 422 | 123 | 55 |
| Binary | 10000000 | 10100 | 11010100 | 101000 | 1011011 | 0 | 10001 | 100010010 | 1010011 | 101101 |
Color Harmonies of #8014D4
Complementary color
Monochromatic Colors of #8014D4
Black with #8014D4
Text Example
Text Example
White with #8014D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014D4; }
p { color: rgb(128,20,212); }
H1.HeaderClassName
{
color: #8014D4;
}
.AnyTagClassName
{
color: #8014D4;
}
</style>
background-color css
<style>
a { background-color: #8014D4; }
a { background-color: rgb(128,20,212); }
div.DivClassName
{
background-color: #8014D4;
}
.BgClassName
{
background-color: #8014D4;
}
</style>
border-color css
<style>
span { border-color: #8014D4; }
span { border-color: rgb(128,20,212); }
td.TdClassName
{
border-color: #8014D4;
}
.TagClassName
{
border-color: #8014D4;
}
</style>