Shades of Blue Violet #8A14DF
Tints of Blue Violet #8A14DF
RGB
CMYK
RGB Variations
Color information
#8A14DF (or 0x8A14DF) is known color: Blue Violet. HEX triplet: 8A, 14 and DF. RGB value is (138,20,223). Sum of RGB (Red+Green+Blue) = 138+20+223=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A14DF is #75EB20. Grayscale: #4D4D4D. Windows color (decimal): -7727905 or 14619786. OLE color: 14619786.
HSL color Cylindrical-coordinate representation of color #8A14DF: hue angle of 274.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A14DF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 20 | 223 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.13 |
| HSL | 274.88º | 0.84% | 0.48% | - |
| HSV(B) | 274.88º | 0.91% | 0.87% | - |
| XYZ | 24.05 | 11.23 | 70.71 | - |
| YUV | 78.42 | 209.59 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 223 | 0.38 | 0.91 | 0 | 0.13 | 274.88 | 0.84 | 0.48 |
| Hex | 8A | 14 | DF | 26 | 5B | 0 | D | 113 | 54 | 30 |
| Octal | 212 | 24 | 337 | 46 | 133 | 0 | 15 | 423 | 124 | 60 |
| Binary | 10001010 | 10100 | 11011111 | 100110 | 1011011 | 0 | 1101 | 100010011 | 1010100 | 110000 |
Color Harmonies of #8A14DF
Complementary color
Monochromatic Colors of #8A14DF
Black with #8A14DF
Text Example
Text Example
White with #8A14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A14DF; }
p { color: rgb(138,20,223); }
H1.HeaderClassName
{
color: #8A14DF;
}
.AnyTagClassName
{
color: #8A14DF;
}
</style>
background-color css
<style>
a { background-color: #8A14DF; }
a { background-color: rgb(138,20,223); }
div.DivClassName
{
background-color: #8A14DF;
}
.BgClassName
{
background-color: #8A14DF;
}
</style>
border-color css
<style>
span { border-color: #8A14DF; }
span { border-color: rgb(138,20,223); }
td.TdClassName
{
border-color: #8A14DF;
}
.TagClassName
{
border-color: #8A14DF;
}
</style>