Shades of Vivid Violet #8B3696
Tints of Vivid Violet #8B3696
RGB
CMYK
RGB Variations
Color information
#8B3696 (or 0x8B3696) is known color: Vivid Violet. HEX triplet: 8B, 36 and 96. RGB value is (139,54,150). Sum of RGB (Red+Green+Blue) = 139+54+150=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3696 is #74C969. Grayscale: #5A5A5A. Windows color (decimal): -7653738 or 9844363. OLE color: 9844363.
HSL color Cylindrical-coordinate representation of color #8B3696: hue angle of 293.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3696 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 54 | 150 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.41 |
| HSL | 293.13º | 0.47% | 0.4% | - |
| HSV(B) | 293.13º | 0.64% | 0.59% | - |
| XYZ | 17.47 | 10.33 | 29.93 | - |
| YUV | 90.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 150 | 0.07 | 0.64 | 0 | 0.41 | 293.13 | 0.47 | 0.4 |
| Hex | 8B | 36 | 96 | 7 | 40 | 0 | 29 | 125 | 2F | 28 |
| Octal | 213 | 66 | 226 | 7 | 100 | 0 | 51 | 445 | 57 | 50 |
| Binary | 10001011 | 110110 | 10010110 | 111 | 1000000 | 0 | 101001 | 100100101 | 101111 | 101000 |
Color Harmonies of #8B3696
Complementary color
Monochromatic Colors of #8B3696
Black with #8B3696
Text Example
Text Example
White with #8B3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3696; }
p { color: rgb(139,54,150); }
H1.HeaderClassName
{
color: #8B3696;
}
.AnyTagClassName
{
color: #8B3696;
}
</style>
background-color css
<style>
a { background-color: #8B3696; }
a { background-color: rgb(139,54,150); }
div.DivClassName
{
background-color: #8B3696;
}
.BgClassName
{
background-color: #8B3696;
}
</style>
border-color css
<style>
span { border-color: #8B3696; }
span { border-color: rgb(139,54,150); }
td.TdClassName
{
border-color: #8B3696;
}
.TagClassName
{
border-color: #8B3696;
}
</style>