Shades of Dark Violet #8A06C1
Tints of Dark Violet #8A06C1
RGB
CMYK
RGB Variations
Color information
#8A06C1 (or 0x8A06C1) is known color: Dark Violet. HEX triplet: 8A, 06 and C1. RGB value is (138,6,193). Sum of RGB (Red+Green+Blue) = 138+6+193=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A06C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06C1 is #75F93E. Grayscale: #424242. Windows color (decimal): -7731519 or 12650122. OLE color: 12650122.
HSL color Cylindrical-coordinate representation of color #8A06C1: hue angle of 282.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06C1 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 6 | 193 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.24 |
| HSL | 282.35º | 0.94% | 0.39% | - |
| HSV(B) | 282.35º | 0.97% | 0.76% | - |
| XYZ | 20.17 | 9.38 | 51.2 | - |
| YUV | 66.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 193 | 0.28 | 0.97 | 0 | 0.24 | 282.35 | 0.94 | 0.39 |
| Hex | 8A | 6 | C1 | 1C | 61 | 0 | 18 | 11A | 5E | 27 |
| Octal | 212 | 6 | 301 | 34 | 141 | 0 | 30 | 432 | 136 | 47 |
| Binary | 10001010 | 110 | 11000001 | 11100 | 1100001 | 0 | 11000 | 100011010 | 1011110 | 100111 |
Color Harmonies of #8A06C1
Complementary color
Monochromatic Colors of #8A06C1
Black with #8A06C1
Text Example
Text Example
White with #8A06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A06C1; }
p { color: rgb(138,6,193); }
H1.HeaderClassName
{
color: #8A06C1;
}
.AnyTagClassName
{
color: #8A06C1;
}
</style>
background-color css
<style>
a { background-color: #8A06C1; }
a { background-color: rgb(138,6,193); }
div.DivClassName
{
background-color: #8A06C1;
}
.BgClassName
{
background-color: #8A06C1;
}
</style>
border-color css
<style>
span { border-color: #8A06C1; }
span { border-color: rgb(138,6,193); }
td.TdClassName
{
border-color: #8A06C1;
}
.TagClassName
{
border-color: #8A06C1;
}
</style>