Shades of Vivid Violet #8B4197
Tints of Vivid Violet #8B4197
RGB
CMYK
RGB Variations
Color information
#8B4197 (or 0x8B4197) is known color: Vivid Violet. HEX triplet: 8B, 41 and 97. RGB value is (139,65,151). Sum of RGB (Red+Green+Blue) = 139+65+151=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B4197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4197 is #74BE68. Grayscale: #606060. Windows color (decimal): -7650921 or 9912715. OLE color: 9912715.
HSL color Cylindrical-coordinate representation of color #8B4197: hue angle of 291.63º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4197 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 65 | 151 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.41 |
| HSL | 291.63º | 0.4% | 0.42% | - |
| HSV(B) | 291.63º | 0.57% | 0.59% | - |
| XYZ | 18.12 | 11.5 | 30.54 | - |
| YUV | 96.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 151 | 0.08 | 0.57 | 0 | 0.41 | 291.63 | 0.4 | 0.42 |
| Hex | 8B | 41 | 97 | 8 | 39 | 0 | 29 | 124 | 28 | 2A |
| Octal | 213 | 101 | 227 | 10 | 71 | 0 | 51 | 444 | 50 | 52 |
| Binary | 10001011 | 1000001 | 10010111 | 1000 | 111001 | 0 | 101001 | 100100100 | 101000 | 101010 |
Color Harmonies of #8B4197
Complementary color
Monochromatic Colors of #8B4197
Black with #8B4197
Text Example
Text Example
White with #8B4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4197; }
p { color: rgb(139,65,151); }
H1.HeaderClassName
{
color: #8B4197;
}
.AnyTagClassName
{
color: #8B4197;
}
</style>
background-color css
<style>
a { background-color: #8B4197; }
a { background-color: rgb(139,65,151); }
div.DivClassName
{
background-color: #8B4197;
}
.BgClassName
{
background-color: #8B4197;
}
</style>
border-color css
<style>
span { border-color: #8B4197; }
span { border-color: rgb(139,65,151); }
td.TdClassName
{
border-color: #8B4197;
}
.TagClassName
{
border-color: #8B4197;
}
</style>