Shades of Vivid Violet #8B5097
Tints of Vivid Violet #8B5097
RGB
CMYK
RGB Variations
Color information
#8B5097 (or 0x8B5097) is known color: Vivid Violet. HEX triplet: 8B, 50 and 97. RGB value is (139,80,151). Sum of RGB (Red+Green+Blue) = 139+80+151=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5097 is #74AF68. Grayscale: #696969. Windows color (decimal): -7647081 or 9916555. OLE color: 9916555.
HSL color Cylindrical-coordinate representation of color #8B5097: hue angle of 289.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5097 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 80 | 151 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.41 |
| HSL | 289.86º | 0.31% | 0.45% | - |
| HSV(B) | 289.86º | 0.47% | 0.59% | - |
| XYZ | 19.1 | 13.46 | 30.87 | - |
| YUV | 105.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 151 | 0.08 | 0.47 | 0 | 0.41 | 289.86 | 0.31 | 0.45 |
| Hex | 8B | 50 | 97 | 8 | 2F | 0 | 29 | 122 | 1F | 2D |
| Octal | 213 | 120 | 227 | 10 | 57 | 0 | 51 | 442 | 37 | 55 |
| Binary | 10001011 | 1010000 | 10010111 | 1000 | 101111 | 0 | 101001 | 100100010 | 11111 | 101101 |
Color Harmonies of #8B5097
Complementary color
Monochromatic Colors of #8B5097
Black with #8B5097
Text Example
Text Example
White with #8B5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5097; }
p { color: rgb(139,80,151); }
H1.HeaderClassName
{
color: #8B5097;
}
.AnyTagClassName
{
color: #8B5097;
}
</style>
background-color css
<style>
a { background-color: #8B5097; }
a { background-color: rgb(139,80,151); }
div.DivClassName
{
background-color: #8B5097;
}
.BgClassName
{
background-color: #8B5097;
}
</style>
border-color css
<style>
span { border-color: #8B5097; }
span { border-color: rgb(139,80,151); }
td.TdClassName
{
border-color: #8B5097;
}
.TagClassName
{
border-color: #8B5097;
}
</style>