Shades of Vivid Violet #8A419B
Tints of Vivid Violet #8A419B
RGB
CMYK
RGB Variations
Color information
#8A419B (or 0x8A419B) is known color: Vivid Violet. HEX triplet: 8A, 41 and 9B. RGB value is (138,65,155). Sum of RGB (Red+Green+Blue) = 138+65+155=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A419B is #75BE64. Grayscale: #606060. Windows color (decimal): -7716453 or 10174858. OLE color: 10174858.
HSL color Cylindrical-coordinate representation of color #8A419B: hue angle of 288.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A419B is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 65 | 155 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.39 |
| HSL | 288.67º | 0.41% | 0.43% | - |
| HSV(B) | 288.67º | 0.58% | 0.61% | - |
| XYZ | 18.29 | 11.55 | 32.28 | - |
| YUV | 97.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 155 | 0.11 | 0.58 | 0 | 0.39 | 288.67 | 0.41 | 0.43 |
| Hex | 8A | 41 | 9B | B | 3A | 0 | 27 | 121 | 29 | 2B |
| Octal | 212 | 101 | 233 | 13 | 72 | 0 | 47 | 441 | 51 | 53 |
| Binary | 10001010 | 1000001 | 10011011 | 1011 | 111010 | 0 | 100111 | 100100001 | 101001 | 101011 |
Color Harmonies of #8A419B
Complementary color
Monochromatic Colors of #8A419B
Black with #8A419B
Text Example
Text Example
White with #8A419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A419B; }
p { color: rgb(138,65,155); }
H1.HeaderClassName
{
color: #8A419B;
}
.AnyTagClassName
{
color: #8A419B;
}
</style>
background-color css
<style>
a { background-color: #8A419B; }
a { background-color: rgb(138,65,155); }
div.DivClassName
{
background-color: #8A419B;
}
.BgClassName
{
background-color: #8A419B;
}
</style>
border-color css
<style>
span { border-color: #8A419B; }
span { border-color: rgb(138,65,155); }
td.TdClassName
{
border-color: #8A419B;
}
.TagClassName
{
border-color: #8A419B;
}
</style>