Shades of Violet Blue #8D599C
Tints of Violet Blue #8D599C
RGB
CMYK
RGB Variations
Color information
#8D599C (or 0x8D599C) is known color: Violet Blue. HEX triplet: 8D, 59 and 9C. RGB value is (141,89,156). Sum of RGB (Red+Green+Blue) = 141+89+156=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D599C is #72A663. Grayscale: #6F6F6F. Windows color (decimal): -7513700 or 10246541. OLE color: 10246541.
HSL color Cylindrical-coordinate representation of color #8D599C: hue angle of 286.57º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D599C is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 89 | 156 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.39 |
| HSL | 286.57º | 0.27% | 0.48% | - |
| HSV(B) | 286.57º | 0.43% | 0.61% | - |
| XYZ | 20.56 | 15.21 | 33.3 | - |
| YUV | 112.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 156 | 0.10 | 0.43 | 0 | 0.39 | 286.57 | 0.27 | 0.48 |
| Hex | 8D | 59 | 9C | A | 2B | 0 | 27 | 11F | 1B | 30 |
| Octal | 215 | 131 | 234 | 12 | 53 | 0 | 47 | 437 | 33 | 60 |
| Binary | 10001101 | 1011001 | 10011100 | 1010 | 101011 | 0 | 100111 | 100011111 | 11011 | 110000 |
Color Harmonies of #8D599C
Complementary color
Monochromatic Colors of #8D599C
Black with #8D599C
Text Example
Text Example
White with #8D599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D599C; }
p { color: rgb(141,89,156); }
H1.HeaderClassName
{
color: #8D599C;
}
.AnyTagClassName
{
color: #8D599C;
}
</style>
background-color css
<style>
a { background-color: #8D599C; }
a { background-color: rgb(141,89,156); }
div.DivClassName
{
background-color: #8D599C;
}
.BgClassName
{
background-color: #8D599C;
}
</style>
border-color css
<style>
span { border-color: #8D599C; }
span { border-color: rgb(141,89,156); }
td.TdClassName
{
border-color: #8D599C;
}
.TagClassName
{
border-color: #8D599C;
}
</style>