Shades of Vivid Violet #8A3099
Tints of Vivid Violet #8A3099
RGB
CMYK
RGB Variations
Color information
#8A3099 (or 0x8A3099) is known color: Vivid Violet. HEX triplet: 8A, 30 and 99. RGB value is (138,48,153). Sum of RGB (Red+Green+Blue) = 138+48+153=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A3099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3099 is #75CF66. Grayscale: #565656. Windows color (decimal): -7720807 or 10039434. OLE color: 10039434.
HSL color Cylindrical-coordinate representation of color #8A3099: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3099 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 48 | 153 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.4 |
| HSL | 291.43º | 0.52% | 0.39% | - |
| HSV(B) | 291.43º | 0.69% | 0.6% | - |
| XYZ | 17.29 | 9.82 | 31.12 | - |
| YUV | 86.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 153 | 0.10 | 0.69 | 0 | 0.4 | 291.43 | 0.52 | 0.39 |
| Hex | 8A | 30 | 99 | A | 45 | 0 | 28 | 123 | 34 | 27 |
| Octal | 212 | 60 | 231 | 12 | 105 | 0 | 50 | 443 | 64 | 47 |
| Binary | 10001010 | 110000 | 10011001 | 1010 | 1000101 | 0 | 101000 | 100100011 | 110100 | 100111 |
Color Harmonies of #8A3099
Complementary color
Monochromatic Colors of #8A3099
Black with #8A3099
Text Example
Text Example
White with #8A3099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3099; }
p { color: rgb(138,48,153); }
H1.HeaderClassName
{
color: #8A3099;
}
.AnyTagClassName
{
color: #8A3099;
}
</style>
background-color css
<style>
a { background-color: #8A3099; }
a { background-color: rgb(138,48,153); }
div.DivClassName
{
background-color: #8A3099;
}
.BgClassName
{
background-color: #8A3099;
}
</style>
border-color css
<style>
span { border-color: #8A3099; }
span { border-color: rgb(138,48,153); }
td.TdClassName
{
border-color: #8A3099;
}
.TagClassName
{
border-color: #8A3099;
}
</style>