Shades of Dark Violet #8A06F1
Tints of Dark Violet #8A06F1
RGB
CMYK
RGB Variations
Color information
#8A06F1 (or 0x8A06F1) is known color: Dark Violet. HEX triplet: 8A, 06 and F1. RGB value is (138,6,241). Sum of RGB (Red+Green+Blue) = 138+6+241=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A06F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A06F1 is #75F90E. Grayscale: #474747. Windows color (decimal): -7731471 or 15795850. OLE color: 15795850.
HSL color Cylindrical-coordinate representation of color #8A06F1: hue angle of 273.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A06F1 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 6 | 241 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.05 |
| HSL | 273.7º | 0.95% | 0.48% | - |
| HSV(B) | 273.7º | 0.98% | 0.95% | - |
| XYZ | 26.42 | 11.88 | 84.12 | - |
| YUV | 72.26 | 223.23 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 241 | 0.43 | 0.98 | 0 | 0.05 | 273.7 | 0.95 | 0.48 |
| Hex | 8A | 6 | F1 | 2B | 62 | 0 | 5 | 112 | 5F | 30 |
| Octal | 212 | 6 | 361 | 53 | 142 | 0 | 5 | 422 | 137 | 60 |
| Binary | 10001010 | 110 | 11110001 | 101011 | 1100010 | 0 | 101 | 100010010 | 1011111 | 110000 |
Color Harmonies of #8A06F1
Complementary color
Monochromatic Colors of #8A06F1
Black with #8A06F1
Text Example
Text Example
White with #8A06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A06F1; }
p { color: rgb(138,6,241); }
H1.HeaderClassName
{
color: #8A06F1;
}
.AnyTagClassName
{
color: #8A06F1;
}
</style>
background-color css
<style>
a { background-color: #8A06F1; }
a { background-color: rgb(138,6,241); }
div.DivClassName
{
background-color: #8A06F1;
}
.BgClassName
{
background-color: #8A06F1;
}
</style>
border-color css
<style>
span { border-color: #8A06F1; }
span { border-color: rgb(138,6,241); }
td.TdClassName
{
border-color: #8A06F1;
}
.TagClassName
{
border-color: #8A06F1;
}
</style>