Shades of Vivid Violet #8B3F97
Tints of Vivid Violet #8B3F97
RGB
CMYK
RGB Variations
Color information
#8B3F97 (or 0x8B3F97) is known color: Vivid Violet. HEX triplet: 8B, 3F and 97. RGB value is (139,63,151). Sum of RGB (Red+Green+Blue) = 139+63+151=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B3F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F97 is #74C068. Grayscale: #5F5F5F. Windows color (decimal): -7651433 or 9912203. OLE color: 9912203.
HSL color Cylindrical-coordinate representation of color #8B3F97: hue angle of 291.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3F97 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 63 | 151 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.41 |
| HSL | 291.82º | 0.41% | 0.42% | - |
| HSV(B) | 291.82º | 0.58% | 0.59% | - |
| XYZ | 18.01 | 11.28 | 30.51 | - |
| YUV | 95.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 151 | 0.08 | 0.58 | 0 | 0.41 | 291.82 | 0.41 | 0.42 |
| Hex | 8B | 3F | 97 | 8 | 3A | 0 | 29 | 124 | 29 | 2A |
| Octal | 213 | 77 | 227 | 10 | 72 | 0 | 51 | 444 | 51 | 52 |
| Binary | 10001011 | 111111 | 10010111 | 1000 | 111010 | 0 | 101001 | 100100100 | 101001 | 101010 |
Color Harmonies of #8B3F97
Complementary color
Monochromatic Colors of #8B3F97
Black with #8B3F97
Text Example
Text Example
White with #8B3F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F97; }
p { color: rgb(139,63,151); }
H1.HeaderClassName
{
color: #8B3F97;
}
.AnyTagClassName
{
color: #8B3F97;
}
</style>
background-color css
<style>
a { background-color: #8B3F97; }
a { background-color: rgb(139,63,151); }
div.DivClassName
{
background-color: #8B3F97;
}
.BgClassName
{
background-color: #8B3F97;
}
</style>
border-color css
<style>
span { border-color: #8B3F97; }
span { border-color: rgb(139,63,151); }
td.TdClassName
{
border-color: #8B3F97;
}
.TagClassName
{
border-color: #8B3F97;
}
</style>