Shades of Vivid Violet #8A3286
Tints of Vivid Violet #8A3286
RGB
CMYK
RGB Variations
Color information
#8A3286 (or 0x8A3286) is known color: Vivid Violet. HEX triplet: 8A, 32 and 86. RGB value is (138,50,134). Sum of RGB (Red+Green+Blue) = 138+50+134=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3286 is #75CD79. Grayscale: #555555. Windows color (decimal): -7720314 or 8794762. OLE color: 8794762.
HSL color Cylindrical-coordinate representation of color #8A3286: hue angle of 302.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3286 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 134 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.46 |
| HSL | 302.73º | 0.47% | 0.37% | - |
| HSV(B) | 302.73º | 0.64% | 0.54% | - |
| XYZ | 15.92 | 9.41 | 23.53 | - |
| YUV | 85.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 134 | 0 | 0.64 | 0.03 | 0.46 | 302.73 | 0.47 | 0.37 |
| Hex | 8A | 32 | 86 | 0 | 40 | 3 | 2E | 12F | 2F | 25 |
| Octal | 212 | 62 | 206 | 0 | 100 | 3 | 56 | 457 | 57 | 45 |
| Binary | 10001010 | 110010 | 10000110 | 0 | 1000000 | 11 | 101110 | 100101111 | 101111 | 100101 |
Color Harmonies of #8A3286
Complementary color
Monochromatic Colors of #8A3286
Black with #8A3286
Text Example
Text Example
White with #8A3286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3286; }
p { color: rgb(138,50,134); }
H1.HeaderClassName
{
color: #8A3286;
}
.AnyTagClassName
{
color: #8A3286;
}
</style>
background-color css
<style>
a { background-color: #8A3286; }
a { background-color: rgb(138,50,134); }
div.DivClassName
{
background-color: #8A3286;
}
.BgClassName
{
background-color: #8A3286;
}
</style>
border-color css
<style>
span { border-color: #8A3286; }
span { border-color: rgb(138,50,134); }
td.TdClassName
{
border-color: #8A3286;
}
.TagClassName
{
border-color: #8A3286;
}
</style>