Shades of Vivid Violet #8A4294
Tints of Vivid Violet #8A4294
RGB
CMYK
RGB Variations
Color information
#8A4294 (or 0x8A4294) is known color: Vivid Violet. HEX triplet: 8A, 42 and 94. RGB value is (138,66,148). Sum of RGB (Red+Green+Blue) = 138+66+148=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A4294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4294 is #75BD6B. Grayscale: #606060. Windows color (decimal): -7716204 or 9716362. OLE color: 9716362.
HSL color Cylindrical-coordinate representation of color #8A4294: hue angle of 292.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A4294 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 66 | 148 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.42 |
| HSL | 292.68º | 0.38% | 0.42% | - |
| HSV(B) | 292.68º | 0.55% | 0.58% | - |
| XYZ | 17.77 | 11.44 | 29.29 | - |
| YUV | 96.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 148 | 0.07 | 0.55 | 0 | 0.42 | 292.68 | 0.38 | 0.42 |
| Hex | 8A | 42 | 94 | 7 | 37 | 0 | 2A | 125 | 26 | 2A |
| Octal | 212 | 102 | 224 | 7 | 67 | 0 | 52 | 445 | 46 | 52 |
| Binary | 10001010 | 1000010 | 10010100 | 111 | 110111 | 0 | 101010 | 100100101 | 100110 | 101010 |
Color Harmonies of #8A4294
Complementary color
Monochromatic Colors of #8A4294
Black with #8A4294
Text Example
Text Example
White with #8A4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4294; }
p { color: rgb(138,66,148); }
H1.HeaderClassName
{
color: #8A4294;
}
.AnyTagClassName
{
color: #8A4294;
}
</style>
background-color css
<style>
a { background-color: #8A4294; }
a { background-color: rgb(138,66,148); }
div.DivClassName
{
background-color: #8A4294;
}
.BgClassName
{
background-color: #8A4294;
}
</style>
border-color css
<style>
span { border-color: #8A4294; }
span { border-color: rgb(138,66,148); }
td.TdClassName
{
border-color: #8A4294;
}
.TagClassName
{
border-color: #8A4294;
}
</style>