Shades of Vivid Violet #8A3486
Tints of Vivid Violet #8A3486
RGB
CMYK
RGB Variations
Color information
#8A3486 (or 0x8A3486) is known color: Vivid Violet. HEX triplet: 8A, 34 and 86. RGB value is (138,52,134). Sum of RGB (Red+Green+Blue) = 138+52+134=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3486 is #75CB79. Grayscale: #565656. Windows color (decimal): -7719802 or 8795274. OLE color: 8795274.
HSL color Cylindrical-coordinate representation of color #8A3486: hue angle of 302.79º 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 #8A3486 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 134 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.46 |
| HSL | 302.79º | 0.45% | 0.37% | - |
| HSV(B) | 302.79º | 0.62% | 0.54% | - |
| XYZ | 16.01 | 9.58 | 23.56 | - |
| YUV | 87.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 134 | 0 | 0.62 | 0.03 | 0.46 | 302.79 | 0.45 | 0.37 |
| Hex | 8A | 34 | 86 | 0 | 3E | 3 | 2E | 12F | 2D | 25 |
| Octal | 212 | 64 | 206 | 0 | 76 | 3 | 56 | 457 | 55 | 45 |
| Binary | 10001010 | 110100 | 10000110 | 0 | 111110 | 11 | 101110 | 100101111 | 101101 | 100101 |
Color Harmonies of #8A3486
Complementary color
Monochromatic Colors of #8A3486
Black with #8A3486
Text Example
Text Example
White with #8A3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3486; }
p { color: rgb(138,52,134); }
H1.HeaderClassName
{
color: #8A3486;
}
.AnyTagClassName
{
color: #8A3486;
}
</style>
background-color css
<style>
a { background-color: #8A3486; }
a { background-color: rgb(138,52,134); }
div.DivClassName
{
background-color: #8A3486;
}
.BgClassName
{
background-color: #8A3486;
}
</style>
border-color css
<style>
span { border-color: #8A3486; }
span { border-color: rgb(138,52,134); }
td.TdClassName
{
border-color: #8A3486;
}
.TagClassName
{
border-color: #8A3486;
}
</style>