Shades of Vivid Violet #8B3697
Tints of Vivid Violet #8B3697
RGB
CMYK
RGB Variations
Color information
#8B3697 (or 0x8B3697) is known color: Vivid Violet. HEX triplet: 8B, 36 and 97. RGB value is (139,54,151). Sum of RGB (Red+Green+Blue) = 139+54+151=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B3697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3697 is #74C968. Grayscale: #5A5A5A. Windows color (decimal): -7653737 or 9909899. OLE color: 9909899.
HSL color Cylindrical-coordinate representation of color #8B3697: hue angle of 292.58º 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 #8B3697 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 54 | 151 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.41 |
| HSL | 292.58º | 0.47% | 0.4% | - |
| HSV(B) | 292.58º | 0.64% | 0.59% | - |
| XYZ | 17.55 | 10.36 | 30.35 | - |
| YUV | 90.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 151 | 0.08 | 0.64 | 0 | 0.41 | 292.58 | 0.47 | 0.4 |
| Hex | 8B | 36 | 97 | 8 | 40 | 0 | 29 | 125 | 2F | 28 |
| Octal | 213 | 66 | 227 | 10 | 100 | 0 | 51 | 445 | 57 | 50 |
| Binary | 10001011 | 110110 | 10010111 | 1000 | 1000000 | 0 | 101001 | 100100101 | 101111 | 101000 |
Color Harmonies of #8B3697
Complementary color
Monochromatic Colors of #8B3697
Black with #8B3697
Text Example
Text Example
White with #8B3697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3697; }
p { color: rgb(139,54,151); }
H1.HeaderClassName
{
color: #8B3697;
}
.AnyTagClassName
{
color: #8B3697;
}
</style>
background-color css
<style>
a { background-color: #8B3697; }
a { background-color: rgb(139,54,151); }
div.DivClassName
{
background-color: #8B3697;
}
.BgClassName
{
background-color: #8B3697;
}
</style>
border-color css
<style>
span { border-color: #8B3697; }
span { border-color: rgb(139,54,151); }
td.TdClassName
{
border-color: #8B3697;
}
.TagClassName
{
border-color: #8B3697;
}
</style>