Shades of Vivid Violet #8A4A98
Tints of Vivid Violet #8A4A98
RGB
CMYK
RGB Variations
Color information
#8A4A98 (or 0x8A4A98) is known color: Vivid Violet. HEX triplet: 8A, 4A and 98. RGB value is (138,74,152). Sum of RGB (Red+Green+Blue) = 138+74+152=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A4A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4A98 is #75B567. Grayscale: #656565. Windows color (decimal): -7714152 or 9980554. OLE color: 9980554.
HSL color Cylindrical-coordinate representation of color #8A4A98: hue angle of 289.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4A98 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 74 | 152 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.40 |
| HSL | 289.23º | 0.35% | 0.44% | - |
| HSV(B) | 289.23º | 0.51% | 0.6% | - |
| XYZ | 18.6 | 12.57 | 31.15 | - |
| YUV | 102.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 152 | 0.09 | 0.51 | 0 | 0.40 | 289.23 | 0.35 | 0.44 |
| Hex | 8A | 4A | 98 | 9 | 33 | 0 | 28 | 121 | 23 | 2C |
| Octal | 212 | 112 | 230 | 11 | 63 | 0 | 50 | 441 | 43 | 54 |
| Binary | 10001010 | 1001010 | 10011000 | 1001 | 110011 | 0 | 101000 | 100100001 | 100011 | 101100 |
Color Harmonies of #8A4A98
Complementary color
Monochromatic Colors of #8A4A98
Black with #8A4A98
Text Example
Text Example
White with #8A4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A98; }
p { color: rgb(138,74,152); }
H1.HeaderClassName
{
color: #8A4A98;
}
.AnyTagClassName
{
color: #8A4A98;
}
</style>
background-color css
<style>
a { background-color: #8A4A98; }
a { background-color: rgb(138,74,152); }
div.DivClassName
{
background-color: #8A4A98;
}
.BgClassName
{
background-color: #8A4A98;
}
</style>
border-color css
<style>
span { border-color: #8A4A98; }
span { border-color: rgb(138,74,152); }
td.TdClassName
{
border-color: #8A4A98;
}
.TagClassName
{
border-color: #8A4A98;
}
</style>