Shades of Vivid Violet #8A2C90
Tints of Vivid Violet #8A2C90
RGB
CMYK
RGB Variations
Color information
#8A2C90 (or 0x8A2C90) is known color: Vivid Violet. HEX triplet: 8A, 2C and 90. RGB value is (138,44,144). Sum of RGB (Red+Green+Blue) = 138+44+144=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A2C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C90 is #75D36F. Grayscale: #535353. Windows color (decimal): -7721840 or 9448586. OLE color: 9448586.
HSL color Cylindrical-coordinate representation of color #8A2C90: hue angle of 296.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2C90 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 44 | 144 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.44 |
| HSL | 296.4º | 0.53% | 0.37% | - |
| HSV(B) | 296.4º | 0.69% | 0.56% | - |
| XYZ | 16.42 | 9.22 | 27.3 | - |
| YUV | 83.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 144 | 0.04 | 0.69 | 0 | 0.44 | 296.4 | 0.53 | 0.37 |
| Hex | 8A | 2C | 90 | 4 | 45 | 0 | 2C | 128 | 35 | 25 |
| Octal | 212 | 54 | 220 | 4 | 105 | 0 | 54 | 450 | 65 | 45 |
| Binary | 10001010 | 101100 | 10010000 | 100 | 1000101 | 0 | 101100 | 100101000 | 110101 | 100101 |
Color Harmonies of #8A2C90
Complementary color
Monochromatic Colors of #8A2C90
Black with #8A2C90
Text Example
Text Example
White with #8A2C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C90; }
p { color: rgb(138,44,144); }
H1.HeaderClassName
{
color: #8A2C90;
}
.AnyTagClassName
{
color: #8A2C90;
}
</style>
background-color css
<style>
a { background-color: #8A2C90; }
a { background-color: rgb(138,44,144); }
div.DivClassName
{
background-color: #8A2C90;
}
.BgClassName
{
background-color: #8A2C90;
}
</style>
border-color css
<style>
span { border-color: #8A2C90; }
span { border-color: rgb(138,44,144); }
td.TdClassName
{
border-color: #8A2C90;
}
.TagClassName
{
border-color: #8A2C90;
}
</style>