Shades of Vivid Violet #8A3590
Tints of Vivid Violet #8A3590
RGB
CMYK
RGB Variations
Color information
#8A3590 (or 0x8A3590) is known color: Vivid Violet. HEX triplet: 8A, 35 and 90. RGB value is (138,53,144). Sum of RGB (Red+Green+Blue) = 138+53+144=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3590 is #75CA6F. Grayscale: #585858. Windows color (decimal): -7719536 or 9450890. OLE color: 9450890.
HSL color Cylindrical-coordinate representation of color #8A3590: hue angle of 296.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3590 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 53 | 144 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.44 |
| HSL | 296.04º | 0.46% | 0.39% | - |
| HSV(B) | 296.04º | 0.63% | 0.56% | - |
| XYZ | 16.79 | 9.96 | 27.42 | - |
| YUV | 88.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 144 | 0.04 | 0.63 | 0 | 0.44 | 296.04 | 0.46 | 0.39 |
| Hex | 8A | 35 | 90 | 4 | 3F | 0 | 2C | 128 | 2E | 27 |
| Octal | 212 | 65 | 220 | 4 | 77 | 0 | 54 | 450 | 56 | 47 |
| Binary | 10001010 | 110101 | 10010000 | 100 | 111111 | 0 | 101100 | 100101000 | 101110 | 100111 |
Color Harmonies of #8A3590
Complementary color
Monochromatic Colors of #8A3590
Black with #8A3590
Text Example
Text Example
White with #8A3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3590; }
p { color: rgb(138,53,144); }
H1.HeaderClassName
{
color: #8A3590;
}
.AnyTagClassName
{
color: #8A3590;
}
</style>
background-color css
<style>
a { background-color: #8A3590; }
a { background-color: rgb(138,53,144); }
div.DivClassName
{
background-color: #8A3590;
}
.BgClassName
{
background-color: #8A3590;
}
</style>
border-color css
<style>
span { border-color: #8A3590; }
span { border-color: rgb(138,53,144); }
td.TdClassName
{
border-color: #8A3590;
}
.TagClassName
{
border-color: #8A3590;
}
</style>