Shades of Vivid Violet #8A3587
Tints of Vivid Violet #8A3587
RGB
CMYK
RGB Variations
Color information
#8A3587 (or 0x8A3587) is known color: Vivid Violet. HEX triplet: 8A, 35 and 87. RGB value is (138,53,135). Sum of RGB (Red+Green+Blue) = 138+53+135=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3587 is #75CA78. Grayscale: #575757. Windows color (decimal): -7719545 or 8861066. OLE color: 8861066.
HSL color Cylindrical-coordinate representation of color #8A3587: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3587 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 135 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.46 |
| HSL | 302.12º | 0.45% | 0.37% | - |
| HSV(B) | 302.12º | 0.62% | 0.54% | - |
| XYZ | 16.13 | 9.7 | 23.94 | - |
| YUV | 87.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 135 | 0 | 0.62 | 0.02 | 0.46 | 302.12 | 0.45 | 0.37 |
| Hex | 8A | 35 | 87 | 0 | 3E | 2 | 2E | 12E | 2D | 25 |
| Octal | 212 | 65 | 207 | 0 | 76 | 2 | 56 | 456 | 55 | 45 |
| Binary | 10001010 | 110101 | 10000111 | 0 | 111110 | 10 | 101110 | 100101110 | 101101 | 100101 |
Color Harmonies of #8A3587
Complementary color
Monochromatic Colors of #8A3587
Black with #8A3587
Text Example
Text Example
White with #8A3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3587; }
p { color: rgb(138,53,135); }
H1.HeaderClassName
{
color: #8A3587;
}
.AnyTagClassName
{
color: #8A3587;
}
</style>
background-color css
<style>
a { background-color: #8A3587; }
a { background-color: rgb(138,53,135); }
div.DivClassName
{
background-color: #8A3587;
}
.BgClassName
{
background-color: #8A3587;
}
</style>
border-color css
<style>
span { border-color: #8A3587; }
span { border-color: rgb(138,53,135); }
td.TdClassName
{
border-color: #8A3587;
}
.TagClassName
{
border-color: #8A3587;
}
</style>