Shades of Vivid Violet #8A3C96
Tints of Vivid Violet #8A3C96
RGB
CMYK
RGB Variations
Color information
#8A3C96 (or 0x8A3C96) is known color: Vivid Violet. HEX triplet: 8A, 3C and 96. RGB value is (138,60,150). Sum of RGB (Red+Green+Blue) = 138+60+150=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A3C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3C96 is #75C369. Grayscale: #5D5D5D. Windows color (decimal): -7717738 or 9845898. OLE color: 9845898.
HSL color Cylindrical-coordinate representation of color #8A3C96: hue angle of 292º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3C96 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 60 | 150 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.41 |
| HSL | 292º | 0.43% | 0.41% | - |
| HSV(B) | 292º | 0.6% | 0.59% | - |
| XYZ | 17.6 | 10.84 | 30.02 | - |
| YUV | 93.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 150 | 0.08 | 0.6 | 0 | 0.41 | 292 | 0.43 | 0.41 |
| Hex | 8A | 3C | 96 | 8 | 3C | 0 | 29 | 124 | 2B | 29 |
| Octal | 212 | 74 | 226 | 10 | 74 | 0 | 51 | 444 | 53 | 51 |
| Binary | 10001010 | 111100 | 10010110 | 1000 | 111100 | 0 | 101001 | 100100100 | 101011 | 101001 |
Color Harmonies of #8A3C96
Complementary color
Monochromatic Colors of #8A3C96
Black with #8A3C96
Text Example
Text Example
White with #8A3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C96; }
p { color: rgb(138,60,150); }
H1.HeaderClassName
{
color: #8A3C96;
}
.AnyTagClassName
{
color: #8A3C96;
}
</style>
background-color css
<style>
a { background-color: #8A3C96; }
a { background-color: rgb(138,60,150); }
div.DivClassName
{
background-color: #8A3C96;
}
.BgClassName
{
background-color: #8A3C96;
}
</style>
border-color css
<style>
span { border-color: #8A3C96; }
span { border-color: rgb(138,60,150); }
td.TdClassName
{
border-color: #8A3C96;
}
.TagClassName
{
border-color: #8A3C96;
}
</style>