Shades of Dark Violet #8A09BA
Tints of Dark Violet #8A09BA
RGB
CMYK
RGB Variations
Color information
#8A09BA (or 0x8A09BA) is known color: Dark Violet. HEX triplet: 8A, 09 and BA. RGB value is (138,9,186). Sum of RGB (Red+Green+Blue) = 138+9+186=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09BA is #75F645. Grayscale: #434343. Windows color (decimal): -7730758 or 12192138. OLE color: 12192138.
HSL color Cylindrical-coordinate representation of color #8A09BA: hue angle of 283.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A09BA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 9 | 186 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.27 |
| HSL | 283.73º | 0.91% | 0.38% | - |
| HSV(B) | 283.73º | 0.95% | 0.73% | - |
| XYZ | 19.44 | 9.14 | 47.19 | - |
| YUV | 67.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 186 | 0.26 | 0.95 | 0 | 0.27 | 283.73 | 0.91 | 0.38 |
| Hex | 8A | 9 | BA | 1A | 5F | 0 | 1B | 11C | 5B | 26 |
| Octal | 212 | 11 | 272 | 32 | 137 | 0 | 33 | 434 | 133 | 46 |
| Binary | 10001010 | 1001 | 10111010 | 11010 | 1011111 | 0 | 11011 | 100011100 | 1011011 | 100110 |
Color Harmonies of #8A09BA
Complementary color
Monochromatic Colors of #8A09BA
Black with #8A09BA
Text Example
Text Example
White with #8A09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A09BA; }
p { color: rgb(138,9,186); }
H1.HeaderClassName
{
color: #8A09BA;
}
.AnyTagClassName
{
color: #8A09BA;
}
</style>
background-color css
<style>
a { background-color: #8A09BA; }
a { background-color: rgb(138,9,186); }
div.DivClassName
{
background-color: #8A09BA;
}
.BgClassName
{
background-color: #8A09BA;
}
</style>
border-color css
<style>
span { border-color: #8A09BA; }
span { border-color: rgb(138,9,186); }
td.TdClassName
{
border-color: #8A09BA;
}
.TagClassName
{
border-color: #8A09BA;
}
</style>