Shades of Violet Blue #8C6098
Tints of Violet Blue #8C6098
RGB
CMYK
RGB Variations
Color information
#8C6098 (or 0x8C6098) is known color: Violet Blue. HEX triplet: 8C, 60 and 98. RGB value is (140,96,152). Sum of RGB (Red+Green+Blue) = 140+96+152=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6098 is #739F67. Grayscale: #737373. Windows color (decimal): -7577448 or 9986188. OLE color: 9986188.
HSL color Cylindrical-coordinate representation of color #8C6098: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6098 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 96 | 152 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.40 |
| HSL | 287.14º | 0.23% | 0.49% | - |
| HSV(B) | 287.14º | 0.37% | 0.6% | - |
| XYZ | 20.67 | 16.21 | 31.75 | - |
| YUV | 115.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 152 | 0.08 | 0.37 | 0 | 0.40 | 287.14 | 0.23 | 0.49 |
| Hex | 8C | 60 | 98 | 8 | 25 | 0 | 28 | 11F | 17 | 31 |
| Octal | 214 | 140 | 230 | 10 | 45 | 0 | 50 | 437 | 27 | 61 |
| Binary | 10001100 | 1100000 | 10011000 | 1000 | 100101 | 0 | 101000 | 100011111 | 10111 | 110001 |
Color Harmonies of #8C6098
Complementary color
Monochromatic Colors of #8C6098
Black with #8C6098
Text Example
Text Example
White with #8C6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6098; }
p { color: rgb(140,96,152); }
H1.HeaderClassName
{
color: #8C6098;
}
.AnyTagClassName
{
color: #8C6098;
}
</style>
background-color css
<style>
a { background-color: #8C6098; }
a { background-color: rgb(140,96,152); }
div.DivClassName
{
background-color: #8C6098;
}
.BgClassName
{
background-color: #8C6098;
}
</style>
border-color css
<style>
span { border-color: #8C6098; }
span { border-color: rgb(140,96,152); }
td.TdClassName
{
border-color: #8C6098;
}
.TagClassName
{
border-color: #8C6098;
}
</style>