Shades of Blue Violet #8A17DC
Tints of Blue Violet #8A17DC
RGB
CMYK
RGB Variations
Color information
#8A17DC (or 0x8A17DC) is known color: Blue Violet. HEX triplet: 8A, 17 and DC. RGB value is (138,23,220). Sum of RGB (Red+Green+Blue) = 138+23+220=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17DC is #75E823. Grayscale: #4F4F4F. Windows color (decimal): -7727140 or 14423946. OLE color: 14423946.
HSL color Cylindrical-coordinate representation of color #8A17DC: hue angle of 275.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A17DC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 23 | 220 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.14 |
| HSL | 275.03º | 0.81% | 0.48% | - |
| HSV(B) | 275.03º | 0.9% | 0.86% | - |
| XYZ | 23.71 | 11.18 | 68.62 | - |
| YUV | 79.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 220 | 0.37 | 0.90 | 0 | 0.14 | 275.03 | 0.81 | 0.48 |
| Hex | 8A | 17 | DC | 25 | 5A | 0 | E | 113 | 51 | 30 |
| Octal | 212 | 27 | 334 | 45 | 132 | 0 | 16 | 423 | 121 | 60 |
| Binary | 10001010 | 10111 | 11011100 | 100101 | 1011010 | 0 | 1110 | 100010011 | 1010001 | 110000 |
Color Harmonies of #8A17DC
Complementary color
Monochromatic Colors of #8A17DC
Black with #8A17DC
Text Example
Text Example
White with #8A17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A17DC; }
p { color: rgb(138,23,220); }
H1.HeaderClassName
{
color: #8A17DC;
}
.AnyTagClassName
{
color: #8A17DC;
}
</style>
background-color css
<style>
a { background-color: #8A17DC; }
a { background-color: rgb(138,23,220); }
div.DivClassName
{
background-color: #8A17DC;
}
.BgClassName
{
background-color: #8A17DC;
}
</style>
border-color css
<style>
span { border-color: #8A17DC; }
span { border-color: rgb(138,23,220); }
td.TdClassName
{
border-color: #8A17DC;
}
.TagClassName
{
border-color: #8A17DC;
}
</style>