Shades of Violet Blue #8B6195
Tints of Violet Blue #8B6195
RGB
CMYK
RGB Variations
Color information
#8B6195 (or 0x8B6195) is known color: Violet Blue. HEX triplet: 8B, 61 and 95. RGB value is (139,97,149). Sum of RGB (Red+Green+Blue) = 139+97+149=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6195 is #749E6A. Grayscale: #737373. Windows color (decimal): -7642731 or 9789835. OLE color: 9789835.
HSL color Cylindrical-coordinate representation of color #8B6195: hue angle of 288.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B6195 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 97 | 149 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.42 |
| HSL | 288.46º | 0.21% | 0.48% | - |
| HSV(B) | 288.46º | 0.35% | 0.58% | - |
| XYZ | 20.35 | 16.21 | 30.49 | - |
| YUV | 115.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 149 | 0.07 | 0.35 | 0 | 0.42 | 288.46 | 0.21 | 0.48 |
| Hex | 8B | 61 | 95 | 7 | 23 | 0 | 2A | 120 | 15 | 30 |
| Octal | 213 | 141 | 225 | 7 | 43 | 0 | 52 | 440 | 25 | 60 |
| Binary | 10001011 | 1100001 | 10010101 | 111 | 100011 | 0 | 101010 | 100100000 | 10101 | 110000 |
Color Harmonies of #8B6195
Complementary color
Monochromatic Colors of #8B6195
Black with #8B6195
Text Example
Text Example
White with #8B6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6195; }
p { color: rgb(139,97,149); }
H1.HeaderClassName
{
color: #8B6195;
}
.AnyTagClassName
{
color: #8B6195;
}
</style>
background-color css
<style>
a { background-color: #8B6195; }
a { background-color: rgb(139,97,149); }
div.DivClassName
{
background-color: #8B6195;
}
.BgClassName
{
background-color: #8B6195;
}
</style>
border-color css
<style>
span { border-color: #8B6195; }
span { border-color: rgb(139,97,149); }
td.TdClassName
{
border-color: #8B6195;
}
.TagClassName
{
border-color: #8B6195;
}
</style>