Shades of Vivid Violet #8B299A
Tints of Vivid Violet #8B299A
RGB
CMYK
RGB Variations
Color information
#8B299A (or 0x8B299A) is known color: Vivid Violet. HEX triplet: 8B, 29 and 9A. RGB value is (139,41,154). Sum of RGB (Red+Green+Blue) = 139+41+154=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B299A is #74D665. Grayscale: #525252. Windows color (decimal): -7657062 or 10103179. OLE color: 10103179.
HSL color Cylindrical-coordinate representation of color #8B299A: hue angle of 292.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B299A is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 41 | 154 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.40 |
| HSL | 292.04º | 0.58% | 0.38% | - |
| HSV(B) | 292.04º | 0.73% | 0.6% | - |
| XYZ | 17.27 | 9.41 | 31.48 | - |
| YUV | 83.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 154 | 0.10 | 0.73 | 0 | 0.40 | 292.04 | 0.58 | 0.38 |
| Hex | 8B | 29 | 9A | A | 49 | 0 | 28 | 124 | 3A | 26 |
| Octal | 213 | 51 | 232 | 12 | 111 | 0 | 50 | 444 | 72 | 46 |
| Binary | 10001011 | 101001 | 10011010 | 1010 | 1001001 | 0 | 101000 | 100100100 | 111010 | 100110 |
Color Harmonies of #8B299A
Complementary color
Monochromatic Colors of #8B299A
Black with #8B299A
Text Example
Text Example
White with #8B299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B299A; }
p { color: rgb(139,41,154); }
H1.HeaderClassName
{
color: #8B299A;
}
.AnyTagClassName
{
color: #8B299A;
}
</style>
background-color css
<style>
a { background-color: #8B299A; }
a { background-color: rgb(139,41,154); }
div.DivClassName
{
background-color: #8B299A;
}
.BgClassName
{
background-color: #8B299A;
}
</style>
border-color css
<style>
span { border-color: #8B299A; }
span { border-color: rgb(139,41,154); }
td.TdClassName
{
border-color: #8B299A;
}
.TagClassName
{
border-color: #8B299A;
}
</style>