Shades of Dark Violet #8A11C6
Tints of Dark Violet #8A11C6
RGB
CMYK
RGB Variations
Color information
#8A11C6 (or 0x8A11C6) is known color: Dark Violet. HEX triplet: 8A, 11 and C6. RGB value is (138,17,198). Sum of RGB (Red+Green+Blue) = 138+17+198=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #8A11C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A11C6 is #75EE39. Grayscale: #494949. Windows color (decimal): -7728698 or 12980618. OLE color: 12980618.
HSL color Cylindrical-coordinate representation of color #8A11C6: hue angle of 280.11º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A11C6 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 17 | 198 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.22 |
| HSL | 280.11º | 0.84% | 0.42% | - |
| HSV(B) | 280.11º | 0.91% | 0.78% | - |
| XYZ | 20.87 | 9.88 | 54.23 | - |
| YUV | 73.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 198 | 0.30 | 0.91 | 0 | 0.22 | 280.11 | 0.84 | 0.42 |
| Hex | 8A | 11 | C6 | 1E | 5B | 0 | 16 | 118 | 54 | 2A |
| Octal | 212 | 21 | 306 | 36 | 133 | 0 | 26 | 430 | 124 | 52 |
| Binary | 10001010 | 10001 | 11000110 | 11110 | 1011011 | 0 | 10110 | 100011000 | 1010100 | 101010 |
Color Harmonies of #8A11C6
Complementary color
Monochromatic Colors of #8A11C6
Black with #8A11C6
Text Example
Text Example
White with #8A11C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A11C6; }
p { color: rgb(138,17,198); }
H1.HeaderClassName
{
color: #8A11C6;
}
.AnyTagClassName
{
color: #8A11C6;
}
</style>
background-color css
<style>
a { background-color: #8A11C6; }
a { background-color: rgb(138,17,198); }
div.DivClassName
{
background-color: #8A11C6;
}
.BgClassName
{
background-color: #8A11C6;
}
</style>
border-color css
<style>
span { border-color: #8A11C6; }
span { border-color: rgb(138,17,198); }
td.TdClassName
{
border-color: #8A11C6;
}
.TagClassName
{
border-color: #8A11C6;
}
</style>