Shades of Vivid Violet #8A1BAB
Tints of Vivid Violet #8A1BAB
RGB
CMYK
RGB Variations
Color information
#8A1BAB (or 0x8A1BAB) is known color: Vivid Violet. HEX triplet: 8A, 1B and AB. RGB value is (138,27,171). Sum of RGB (Red+Green+Blue) = 138+27+171=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A1BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1BAB is #75E454. Grayscale: #4C4C4C. Windows color (decimal): -7726165 or 11213706. OLE color: 11213706.
HSL color Cylindrical-coordinate representation of color #8A1BAB: hue angle of 286.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1BAB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 27 | 171 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.33 |
| HSL | 286.25º | 0.73% | 0.39% | - |
| HSV(B) | 286.25º | 0.84% | 0.67% | - |
| XYZ | 18.22 | 9.13 | 39.33 | - |
| YUV | 76.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 171 | 0.19 | 0.84 | 0 | 0.33 | 286.25 | 0.73 | 0.39 |
| Hex | 8A | 1B | AB | 13 | 54 | 0 | 21 | 11E | 49 | 27 |
| Octal | 212 | 33 | 253 | 23 | 124 | 0 | 41 | 436 | 111 | 47 |
| Binary | 10001010 | 11011 | 10101011 | 10011 | 1010100 | 0 | 100001 | 100011110 | 1001001 | 100111 |
Color Harmonies of #8A1BAB
Complementary color
Monochromatic Colors of #8A1BAB
Black with #8A1BAB
Text Example
Text Example
White with #8A1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1BAB; }
p { color: rgb(138,27,171); }
H1.HeaderClassName
{
color: #8A1BAB;
}
.AnyTagClassName
{
color: #8A1BAB;
}
</style>
background-color css
<style>
a { background-color: #8A1BAB; }
a { background-color: rgb(138,27,171); }
div.DivClassName
{
background-color: #8A1BAB;
}
.BgClassName
{
background-color: #8A1BAB;
}
</style>
border-color css
<style>
span { border-color: #8A1BAB; }
span { border-color: rgb(138,27,171); }
td.TdClassName
{
border-color: #8A1BAB;
}
.TagClassName
{
border-color: #8A1BAB;
}
</style>