Shades of Vivid Violet #8A3091
Tints of Vivid Violet #8A3091
RGB
CMYK
RGB Variations
Color information
#8A3091 (or 0x8A3091) is known color: Vivid Violet. HEX triplet: 8A, 30 and 91. RGB value is (138,48,145). Sum of RGB (Red+Green+Blue) = 138+48+145=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A3091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3091 is #75CF6E. Grayscale: #555555. Windows color (decimal): -7720815 or 9515146. OLE color: 9515146.
HSL color Cylindrical-coordinate representation of color #8A3091: hue angle of 295.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3091 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 48 | 145 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.43 |
| HSL | 295.67º | 0.5% | 0.38% | - |
| HSV(B) | 295.67º | 0.67% | 0.57% | - |
| XYZ | 16.65 | 9.56 | 27.76 | - |
| YUV | 85.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 145 | 0.05 | 0.67 | 0 | 0.43 | 295.67 | 0.5 | 0.38 |
| Hex | 8A | 30 | 91 | 5 | 43 | 0 | 2B | 128 | 32 | 26 |
| Octal | 212 | 60 | 221 | 5 | 103 | 0 | 53 | 450 | 62 | 46 |
| Binary | 10001010 | 110000 | 10010001 | 101 | 1000011 | 0 | 101011 | 100101000 | 110010 | 100110 |
Color Harmonies of #8A3091
Complementary color
Monochromatic Colors of #8A3091
Black with #8A3091
Text Example
Text Example
White with #8A3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3091; }
p { color: rgb(138,48,145); }
H1.HeaderClassName
{
color: #8A3091;
}
.AnyTagClassName
{
color: #8A3091;
}
</style>
background-color css
<style>
a { background-color: #8A3091; }
a { background-color: rgb(138,48,145); }
div.DivClassName
{
background-color: #8A3091;
}
.BgClassName
{
background-color: #8A3091;
}
</style>
border-color css
<style>
span { border-color: #8A3091; }
span { border-color: rgb(138,48,145); }
td.TdClassName
{
border-color: #8A3091;
}
.TagClassName
{
border-color: #8A3091;
}
</style>