Shades of Vivid Violet #8A30AB
Tints of Vivid Violet #8A30AB
RGB
CMYK
RGB Variations
Color information
#8A30AB (or 0x8A30AB) is known color: Vivid Violet. HEX triplet: 8A, 30 and AB. RGB value is (138,48,171). Sum of RGB (Red+Green+Blue) = 138+48+171=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A30AB is #75CF54. Grayscale: #585858. Windows color (decimal): -7720789 or 11219082. OLE color: 11219082.
HSL color Cylindrical-coordinate representation of color #8A30AB: hue angle of 283.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A30AB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 48 | 171 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.33 |
| HSL | 283.9º | 0.56% | 0.43% | - |
| HSV(B) | 283.9º | 0.72% | 0.67% | - |
| XYZ | 18.89 | 10.46 | 39.55 | - |
| YUV | 88.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 171 | 0.19 | 0.72 | 0 | 0.33 | 283.9 | 0.56 | 0.43 |
| Hex | 8A | 30 | AB | 13 | 48 | 0 | 21 | 11C | 38 | 2B |
| Octal | 212 | 60 | 253 | 23 | 110 | 0 | 41 | 434 | 70 | 53 |
| Binary | 10001010 | 110000 | 10101011 | 10011 | 1001000 | 0 | 100001 | 100011100 | 111000 | 101011 |
Color Harmonies of #8A30AB
Complementary color
Monochromatic Colors of #8A30AB
Black with #8A30AB
Text Example
Text Example
White with #8A30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30AB; }
p { color: rgb(138,48,171); }
H1.HeaderClassName
{
color: #8A30AB;
}
.AnyTagClassName
{
color: #8A30AB;
}
</style>
background-color css
<style>
a { background-color: #8A30AB; }
a { background-color: rgb(138,48,171); }
div.DivClassName
{
background-color: #8A30AB;
}
.BgClassName
{
background-color: #8A30AB;
}
</style>
border-color css
<style>
span { border-color: #8A30AB; }
span { border-color: rgb(138,48,171); }
td.TdClassName
{
border-color: #8A30AB;
}
.TagClassName
{
border-color: #8A30AB;
}
</style>