Shades of Dark Violet #8A06BE
Tints of Dark Violet #8A06BE
RGB
CMYK
RGB Variations
Color information
#8A06BE (or 0x8A06BE) is known color: Dark Violet. HEX triplet: 8A, 06 and BE. RGB value is (138,6,190). Sum of RGB (Red+Green+Blue) = 138+6+190=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06BE is #75F941. Grayscale: #414141. Windows color (decimal): -7731522 or 12453514. OLE color: 12453514.
HSL color Cylindrical-coordinate representation of color #8A06BE: hue angle of 283.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06BE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 6 | 190 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.25 |
| HSL | 283.04º | 0.94% | 0.38% | - |
| HSV(B) | 283.04º | 0.97% | 0.75% | - |
| XYZ | 19.84 | 9.25 | 49.46 | - |
| YUV | 66.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 190 | 0.27 | 0.97 | 0 | 0.25 | 283.04 | 0.94 | 0.38 |
| Hex | 8A | 6 | BE | 1B | 61 | 0 | 19 | 11B | 5E | 26 |
| Octal | 212 | 6 | 276 | 33 | 141 | 0 | 31 | 433 | 136 | 46 |
| Binary | 10001010 | 110 | 10111110 | 11011 | 1100001 | 0 | 11001 | 100011011 | 1011110 | 100110 |
Color Harmonies of #8A06BE
Complementary color
Monochromatic Colors of #8A06BE
Black with #8A06BE
Text Example
Text Example
White with #8A06BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A06BE; }
p { color: rgb(138,6,190); }
H1.HeaderClassName
{
color: #8A06BE;
}
.AnyTagClassName
{
color: #8A06BE;
}
</style>
background-color css
<style>
a { background-color: #8A06BE; }
a { background-color: rgb(138,6,190); }
div.DivClassName
{
background-color: #8A06BE;
}
.BgClassName
{
background-color: #8A06BE;
}
</style>
border-color css
<style>
span { border-color: #8A06BE; }
span { border-color: rgb(138,6,190); }
td.TdClassName
{
border-color: #8A06BE;
}
.TagClassName
{
border-color: #8A06BE;
}
</style>