Shades of Vivid Violet #8A3094
Tints of Vivid Violet #8A3094
RGB
CMYK
RGB Variations
Color information
#8A3094 (or 0x8A3094) is known color: Vivid Violet. HEX triplet: 8A, 30 and 94. RGB value is (138,48,148). Sum of RGB (Red+Green+Blue) = 138+48+148=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A3094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3094 is #75CF6B. Grayscale: #565656. Windows color (decimal): -7720812 or 9711754. OLE color: 9711754.
HSL color Cylindrical-coordinate representation of color #8A3094: hue angle of 294º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A3094 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 48 | 148 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.42 |
| HSL | 294º | 0.51% | 0.38% | - |
| HSV(B) | 294º | 0.68% | 0.58% | - |
| XYZ | 16.88 | 9.66 | 28.99 | - |
| YUV | 86.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 148 | 0.07 | 0.68 | 0 | 0.42 | 294 | 0.51 | 0.38 |
| Hex | 8A | 30 | 94 | 7 | 44 | 0 | 2A | 126 | 33 | 26 |
| Octal | 212 | 60 | 224 | 7 | 104 | 0 | 52 | 446 | 63 | 46 |
| Binary | 10001010 | 110000 | 10010100 | 111 | 1000100 | 0 | 101010 | 100100110 | 110011 | 100110 |
Color Harmonies of #8A3094
Complementary color
Monochromatic Colors of #8A3094
Black with #8A3094
Text Example
Text Example
White with #8A3094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3094; }
p { color: rgb(138,48,148); }
H1.HeaderClassName
{
color: #8A3094;
}
.AnyTagClassName
{
color: #8A3094;
}
</style>
background-color css
<style>
a { background-color: #8A3094; }
a { background-color: rgb(138,48,148); }
div.DivClassName
{
background-color: #8A3094;
}
.BgClassName
{
background-color: #8A3094;
}
</style>
border-color css
<style>
span { border-color: #8A3094; }
span { border-color: rgb(138,48,148); }
td.TdClassName
{
border-color: #8A3094;
}
.TagClassName
{
border-color: #8A3094;
}
</style>