Shades of Violet Blue #8C6095
Tints of Violet Blue #8C6095
RGB
CMYK
RGB Variations
Color information
#8C6095 (or 0x8C6095) is known color: Violet Blue. HEX triplet: 8C, 60 and 95. RGB value is (140,96,149). Sum of RGB (Red+Green+Blue) = 140+96+149=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 96 (37.89% from 255 or 24.94% 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 #8C6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6095 is #739F6A. Grayscale: #737373. Windows color (decimal): -7577451 or 9789580. OLE color: 9789580.
HSL color Cylindrical-coordinate representation of color #8C6095: hue angle of 289.81º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C6095 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 96 | 149 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.42 |
| HSL | 289.81º | 0.22% | 0.48% | - |
| HSV(B) | 289.81º | 0.36% | 0.58% | - |
| XYZ | 20.42 | 16.11 | 30.47 | - |
| YUV | 115.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 149 | 0.06 | 0.36 | 0 | 0.42 | 289.81 | 0.22 | 0.48 |
| Hex | 8C | 60 | 95 | 6 | 24 | 0 | 2A | 122 | 16 | 30 |
| Octal | 214 | 140 | 225 | 6 | 44 | 0 | 52 | 442 | 26 | 60 |
| Binary | 10001100 | 1100000 | 10010101 | 110 | 100100 | 0 | 101010 | 100100010 | 10110 | 110000 |
Color Harmonies of #8C6095
Complementary color
Monochromatic Colors of #8C6095
Black with #8C6095
Text Example
Text Example
White with #8C6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6095; }
p { color: rgb(140,96,149); }
H1.HeaderClassName
{
color: #8C6095;
}
.AnyTagClassName
{
color: #8C6095;
}
</style>
background-color css
<style>
a { background-color: #8C6095; }
a { background-color: rgb(140,96,149); }
div.DivClassName
{
background-color: #8C6095;
}
.BgClassName
{
background-color: #8C6095;
}
</style>
border-color css
<style>
span { border-color: #8C6095; }
span { border-color: rgb(140,96,149); }
td.TdClassName
{
border-color: #8C6095;
}
.TagClassName
{
border-color: #8C6095;
}
</style>