Shades of Vivid Violet #8A30A3
Tints of Vivid Violet #8A30A3
RGB
CMYK
RGB Variations
Color information
#8A30A3 (or 0x8A30A3) is known color: Vivid Violet. HEX triplet: 8A, 30 and A3. RGB value is (138,48,163). Sum of RGB (Red+Green+Blue) = 138+48+163=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #8A30A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A30A3 is #75CF5C. Grayscale: #575757. Windows color (decimal): -7720797 or 10694794. OLE color: 10694794.
HSL color Cylindrical-coordinate representation of color #8A30A3: hue angle of 286.96º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A30A3 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 48 | 163 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.36 |
| HSL | 286.96º | 0.55% | 0.41% | - |
| HSV(B) | 286.96º | 0.71% | 0.64% | - |
| XYZ | 18.15 | 10.16 | 35.66 | - |
| YUV | 88.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 163 | 0.15 | 0.71 | 0 | 0.36 | 286.96 | 0.55 | 0.41 |
| Hex | 8A | 30 | A3 | F | 47 | 0 | 24 | 11F | 37 | 29 |
| Octal | 212 | 60 | 243 | 17 | 107 | 0 | 44 | 437 | 67 | 51 |
| Binary | 10001010 | 110000 | 10100011 | 1111 | 1000111 | 0 | 100100 | 100011111 | 110111 | 101001 |
Color Harmonies of #8A30A3
Complementary color
Monochromatic Colors of #8A30A3
Black with #8A30A3
Text Example
Text Example
White with #8A30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30A3; }
p { color: rgb(138,48,163); }
H1.HeaderClassName
{
color: #8A30A3;
}
.AnyTagClassName
{
color: #8A30A3;
}
</style>
background-color css
<style>
a { background-color: #8A30A3; }
a { background-color: rgb(138,48,163); }
div.DivClassName
{
background-color: #8A30A3;
}
.BgClassName
{
background-color: #8A30A3;
}
</style>
border-color css
<style>
span { border-color: #8A30A3; }
span { border-color: rgb(138,48,163); }
td.TdClassName
{
border-color: #8A30A3;
}
.TagClassName
{
border-color: #8A30A3;
}
</style>