Shades of Blue Violet #8A14DC
Tints of Blue Violet #8A14DC
RGB
CMYK
RGB Variations
Color information
#8A14DC (or 0x8A14DC) is known color: Blue Violet. HEX triplet: 8A, 14 and DC. RGB value is (138,20,220). Sum of RGB (Red+Green+Blue) = 138+20+220=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A14DC is #75EB23. Grayscale: #4D4D4D. Windows color (decimal): -7727908 or 14423178. OLE color: 14423178.
HSL color Cylindrical-coordinate representation of color #8A14DC: hue angle of 275.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A14DC is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 20 | 220 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.14 |
| HSL | 275.4º | 0.83% | 0.47% | - |
| HSV(B) | 275.4º | 0.91% | 0.86% | - |
| XYZ | 23.65 | 11.07 | 68.6 | - |
| YUV | 78.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 220 | 0.37 | 0.91 | 0 | 0.14 | 275.4 | 0.83 | 0.47 |
| Hex | 8A | 14 | DC | 25 | 5B | 0 | E | 113 | 53 | 2F |
| Octal | 212 | 24 | 334 | 45 | 133 | 0 | 16 | 423 | 123 | 57 |
| Binary | 10001010 | 10100 | 11011100 | 100101 | 1011011 | 0 | 1110 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8A14DC
Complementary color
Monochromatic Colors of #8A14DC
Black with #8A14DC
Text Example
Text Example
White with #8A14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A14DC; }
p { color: rgb(138,20,220); }
H1.HeaderClassName
{
color: #8A14DC;
}
.AnyTagClassName
{
color: #8A14DC;
}
</style>
background-color css
<style>
a { background-color: #8A14DC; }
a { background-color: rgb(138,20,220); }
div.DivClassName
{
background-color: #8A14DC;
}
.BgClassName
{
background-color: #8A14DC;
}
</style>
border-color css
<style>
span { border-color: #8A14DC; }
span { border-color: rgb(138,20,220); }
td.TdClassName
{
border-color: #8A14DC;
}
.TagClassName
{
border-color: #8A14DC;
}
</style>