Shades of Vivid Violet #8B3195
Tints of Vivid Violet #8B3195
RGB
CMYK
RGB Variations
Color information
#8B3195 (or 0x8B3195) is known color: Vivid Violet. HEX triplet: 8B, 31 and 95. RGB value is (139,49,149). Sum of RGB (Red+Green+Blue) = 139+49+149=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B3195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3195 is #74CE6A. Grayscale: #575757. Windows color (decimal): -7655019 or 9777547. OLE color: 9777547.
HSL color Cylindrical-coordinate representation of color #8B3195: hue angle of 294º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3195 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 49 | 149 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.42 |
| HSL | 294º | 0.51% | 0.39% | - |
| HSV(B) | 294º | 0.67% | 0.58% | - |
| XYZ | 17.17 | 9.86 | 29.43 | - |
| YUV | 87.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 149 | 0.07 | 0.67 | 0 | 0.42 | 294 | 0.51 | 0.39 |
| Hex | 8B | 31 | 95 | 7 | 43 | 0 | 2A | 126 | 33 | 27 |
| Octal | 213 | 61 | 225 | 7 | 103 | 0 | 52 | 446 | 63 | 47 |
| Binary | 10001011 | 110001 | 10010101 | 111 | 1000011 | 0 | 101010 | 100100110 | 110011 | 100111 |
Color Harmonies of #8B3195
Complementary color
Monochromatic Colors of #8B3195
Black with #8B3195
Text Example
Text Example
White with #8B3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3195; }
p { color: rgb(139,49,149); }
H1.HeaderClassName
{
color: #8B3195;
}
.AnyTagClassName
{
color: #8B3195;
}
</style>
background-color css
<style>
a { background-color: #8B3195; }
a { background-color: rgb(139,49,149); }
div.DivClassName
{
background-color: #8B3195;
}
.BgClassName
{
background-color: #8B3195;
}
</style>
border-color css
<style>
span { border-color: #8B3195; }
span { border-color: rgb(139,49,149); }
td.TdClassName
{
border-color: #8B3195;
}
.TagClassName
{
border-color: #8B3195;
}
</style>