Shades of Vivid Violet #8A3686
Tints of Vivid Violet #8A3686
RGB
CMYK
RGB Variations
Color information
#8A3686 (or 0x8A3686) is known color: Vivid Violet. HEX triplet: 8A, 36 and 86. RGB value is (138,54,134). Sum of RGB (Red+Green+Blue) = 138+54+134=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3686 is #75C979. Grayscale: #575757. Windows color (decimal): -7719290 or 8795786. OLE color: 8795786.
HSL color Cylindrical-coordinate representation of color #8A3686: hue angle of 302.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3686 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 134 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.46 |
| HSL | 302.86º | 0.44% | 0.38% | - |
| HSV(B) | 302.86º | 0.61% | 0.54% | - |
| XYZ | 16.1 | 9.76 | 23.59 | - |
| YUV | 88.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 134 | 0 | 0.61 | 0.03 | 0.46 | 302.86 | 0.44 | 0.38 |
| Hex | 8A | 36 | 86 | 0 | 3D | 3 | 2E | 12F | 2C | 26 |
| Octal | 212 | 66 | 206 | 0 | 75 | 3 | 56 | 457 | 54 | 46 |
| Binary | 10001010 | 110110 | 10000110 | 0 | 111101 | 11 | 101110 | 100101111 | 101100 | 100110 |
Color Harmonies of #8A3686
Complementary color
Monochromatic Colors of #8A3686
Black with #8A3686
Text Example
Text Example
White with #8A3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3686; }
p { color: rgb(138,54,134); }
H1.HeaderClassName
{
color: #8A3686;
}
.AnyTagClassName
{
color: #8A3686;
}
</style>
background-color css
<style>
a { background-color: #8A3686; }
a { background-color: rgb(138,54,134); }
div.DivClassName
{
background-color: #8A3686;
}
.BgClassName
{
background-color: #8A3686;
}
</style>
border-color css
<style>
span { border-color: #8A3686; }
span { border-color: rgb(138,54,134); }
td.TdClassName
{
border-color: #8A3686;
}
.TagClassName
{
border-color: #8A3686;
}
</style>