Shades of Vivid Violet #8A4997
Tints of Vivid Violet #8A4997
RGB
CMYK
RGB Variations
Color information
#8A4997 (or 0x8A4997) is known color: Vivid Violet. HEX triplet: 8A, 49 and 97. RGB value is (138,73,151). Sum of RGB (Red+Green+Blue) = 138+73+151=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4997 is #75B668. Grayscale: #656565. Windows color (decimal): -7714409 or 9914762. OLE color: 9914762.
HSL color Cylindrical-coordinate representation of color #8A4997: hue angle of 290º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4997 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 73 | 151 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.41 |
| HSL | 290º | 0.35% | 0.44% | - |
| HSV(B) | 290º | 0.52% | 0.59% | - |
| XYZ | 18.45 | 12.4 | 30.7 | - |
| YUV | 101.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 151 | 0.09 | 0.52 | 0 | 0.41 | 290 | 0.35 | 0.44 |
| Hex | 8A | 49 | 97 | 9 | 34 | 0 | 29 | 122 | 23 | 2C |
| Octal | 212 | 111 | 227 | 11 | 64 | 0 | 51 | 442 | 43 | 54 |
| Binary | 10001010 | 1001001 | 10010111 | 1001 | 110100 | 0 | 101001 | 100100010 | 100011 | 101100 |
Color Harmonies of #8A4997
Complementary color
Monochromatic Colors of #8A4997
Black with #8A4997
Text Example
Text Example
White with #8A4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4997; }
p { color: rgb(138,73,151); }
H1.HeaderClassName
{
color: #8A4997;
}
.AnyTagClassName
{
color: #8A4997;
}
</style>
background-color css
<style>
a { background-color: #8A4997; }
a { background-color: rgb(138,73,151); }
div.DivClassName
{
background-color: #8A4997;
}
.BgClassName
{
background-color: #8A4997;
}
</style>
border-color css
<style>
span { border-color: #8A4997; }
span { border-color: rgb(138,73,151); }
td.TdClassName
{
border-color: #8A4997;
}
.TagClassName
{
border-color: #8A4997;
}
</style>