Shades of Vivid Violet #8A4199
Tints of Vivid Violet #8A4199
RGB
CMYK
RGB Variations
Color information
#8A4199 (or 0x8A4199) is known color: Vivid Violet. HEX triplet: 8A, 41 and 99. RGB value is (138,65,153). Sum of RGB (Red+Green+Blue) = 138+65+153=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4199 is #75BE66. Grayscale: #606060. Windows color (decimal): -7716455 or 10043786. OLE color: 10043786.
HSL color Cylindrical-coordinate representation of color #8A4199: hue angle of 289.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A4199 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 65 | 153 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.4 |
| HSL | 289.77º | 0.4% | 0.43% | - |
| HSV(B) | 289.77º | 0.58% | 0.6% | - |
| XYZ | 18.12 | 11.48 | 31.4 | - |
| YUV | 96.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 153 | 0.10 | 0.58 | 0 | 0.4 | 289.77 | 0.4 | 0.43 |
| Hex | 8A | 41 | 99 | A | 3A | 0 | 28 | 122 | 28 | 2B |
| Octal | 212 | 101 | 231 | 12 | 72 | 0 | 50 | 442 | 50 | 53 |
| Binary | 10001010 | 1000001 | 10011001 | 1010 | 111010 | 0 | 101000 | 100100010 | 101000 | 101011 |
Color Harmonies of #8A4199
Complementary color
Monochromatic Colors of #8A4199
Black with #8A4199
Text Example
Text Example
White with #8A4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4199; }
p { color: rgb(138,65,153); }
H1.HeaderClassName
{
color: #8A4199;
}
.AnyTagClassName
{
color: #8A4199;
}
</style>
background-color css
<style>
a { background-color: #8A4199; }
a { background-color: rgb(138,65,153); }
div.DivClassName
{
background-color: #8A4199;
}
.BgClassName
{
background-color: #8A4199;
}
</style>
border-color css
<style>
span { border-color: #8A4199; }
span { border-color: rgb(138,65,153); }
td.TdClassName
{
border-color: #8A4199;
}
.TagClassName
{
border-color: #8A4199;
}
</style>