Shades of Violet Blue #8B6096
Tints of Violet Blue #8B6096
RGB
CMYK
RGB Variations
Color information
#8B6096 (or 0x8B6096) is known color: Violet Blue. HEX triplet: 8B, 60 and 96. RGB value is (139,96,150). Sum of RGB (Red+Green+Blue) = 139+96+150=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6096 is #749F69. Grayscale: #727272. Windows color (decimal): -7642986 or 9855115. OLE color: 9855115.
HSL color Cylindrical-coordinate representation of color #8B6096: hue angle of 287.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B6096 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 96 | 150 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.41 |
| HSL | 287.78º | 0.22% | 0.48% | - |
| HSV(B) | 287.78º | 0.36% | 0.59% | - |
| XYZ | 20.34 | 16.06 | 30.88 | - |
| YUV | 115.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 150 | 0.07 | 0.36 | 0 | 0.41 | 287.78 | 0.22 | 0.48 |
| Hex | 8B | 60 | 96 | 7 | 24 | 0 | 29 | 120 | 16 | 30 |
| Octal | 213 | 140 | 226 | 7 | 44 | 0 | 51 | 440 | 26 | 60 |
| Binary | 10001011 | 1100000 | 10010110 | 111 | 100100 | 0 | 101001 | 100100000 | 10110 | 110000 |
Color Harmonies of #8B6096
Complementary color
Monochromatic Colors of #8B6096
Black with #8B6096
Text Example
Text Example
White with #8B6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6096; }
p { color: rgb(139,96,150); }
H1.HeaderClassName
{
color: #8B6096;
}
.AnyTagClassName
{
color: #8B6096;
}
</style>
background-color css
<style>
a { background-color: #8B6096; }
a { background-color: rgb(139,96,150); }
div.DivClassName
{
background-color: #8B6096;
}
.BgClassName
{
background-color: #8B6096;
}
</style>
border-color css
<style>
span { border-color: #8B6096; }
span { border-color: rgb(139,96,150); }
td.TdClassName
{
border-color: #8B6096;
}
.TagClassName
{
border-color: #8B6096;
}
</style>