Shades of Vivid Violet #8A30AD
Tints of Vivid Violet #8A30AD
RGB
CMYK
RGB Variations
Color information
#8A30AD (or 0x8A30AD) is known color: Vivid Violet. HEX triplet: 8A, 30 and AD. RGB value is (138,48,173). Sum of RGB (Red+Green+Blue) = 138+48+173=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A30AD is #75CF52. Grayscale: #585858. Windows color (decimal): -7720787 or 11350154. OLE color: 11350154.
HSL color Cylindrical-coordinate representation of color #8A30AD: hue angle of 283.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A30AD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 48 | 173 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.32 |
| HSL | 283.2º | 0.57% | 0.43% | - |
| HSV(B) | 283.2º | 0.72% | 0.68% | - |
| XYZ | 19.08 | 10.53 | 40.56 | - |
| YUV | 89.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 173 | 0.20 | 0.72 | 0 | 0.32 | 283.2 | 0.57 | 0.43 |
| Hex | 8A | 30 | AD | 14 | 48 | 0 | 20 | 11B | 39 | 2B |
| Octal | 212 | 60 | 255 | 24 | 110 | 0 | 40 | 433 | 71 | 53 |
| Binary | 10001010 | 110000 | 10101101 | 10100 | 1001000 | 0 | 100000 | 100011011 | 111001 | 101011 |
Color Harmonies of #8A30AD
Complementary color
Monochromatic Colors of #8A30AD
Black with #8A30AD
Text Example
Text Example
White with #8A30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30AD; }
p { color: rgb(138,48,173); }
H1.HeaderClassName
{
color: #8A30AD;
}
.AnyTagClassName
{
color: #8A30AD;
}
</style>
background-color css
<style>
a { background-color: #8A30AD; }
a { background-color: rgb(138,48,173); }
div.DivClassName
{
background-color: #8A30AD;
}
.BgClassName
{
background-color: #8A30AD;
}
</style>
border-color css
<style>
span { border-color: #8A30AD; }
span { border-color: rgb(138,48,173); }
td.TdClassName
{
border-color: #8A30AD;
}
.TagClassName
{
border-color: #8A30AD;
}
</style>