Shades of Vivid Violet #8A3A89
Tints of Vivid Violet #8A3A89
RGB
CMYK
RGB Variations
Color information
#8A3A89 (or 0x8A3A89) is known color: Vivid Violet. HEX triplet: 8A, 3A and 89. RGB value is (138,58,137). Sum of RGB (Red+Green+Blue) = 138+58+137=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3A89 is #75C576. Grayscale: #5A5A5A. Windows color (decimal): -7718263 or 8993418. OLE color: 8993418.
HSL color Cylindrical-coordinate representation of color #8A3A89: hue angle of 300.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A89 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 137 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.46 |
| HSL | 300.75º | 0.41% | 0.38% | - |
| HSV(B) | 300.75º | 0.58% | 0.54% | - |
| XYZ | 16.51 | 10.24 | 24.77 | - |
| YUV | 90.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 137 | 0 | 0.58 | 0.01 | 0.46 | 300.75 | 0.41 | 0.38 |
| Hex | 8A | 3A | 89 | 0 | 3A | 1 | 2E | 12D | 29 | 26 |
| Octal | 212 | 72 | 211 | 0 | 72 | 1 | 56 | 455 | 51 | 46 |
| Binary | 10001010 | 111010 | 10001001 | 0 | 111010 | 1 | 101110 | 100101101 | 101001 | 100110 |
Color Harmonies of #8A3A89
Complementary color
Monochromatic Colors of #8A3A89
Black with #8A3A89
Text Example
Text Example
White with #8A3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A89; }
p { color: rgb(138,58,137); }
H1.HeaderClassName
{
color: #8A3A89;
}
.AnyTagClassName
{
color: #8A3A89;
}
</style>
background-color css
<style>
a { background-color: #8A3A89; }
a { background-color: rgb(138,58,137); }
div.DivClassName
{
background-color: #8A3A89;
}
.BgClassName
{
background-color: #8A3A89;
}
</style>
border-color css
<style>
span { border-color: #8A3A89; }
span { border-color: rgb(138,58,137); }
td.TdClassName
{
border-color: #8A3A89;
}
.TagClassName
{
border-color: #8A3A89;
}
</style>