Shades of Violet Blue #98568C
Tints of Violet Blue #98568C
RGB
CMYK
RGB Variations
Color information
#98568C (or 0x98568C) is known color: Violet Blue. HEX triplet: 98, 56 and 8C. RGB value is (152,86,140). Sum of RGB (Red+Green+Blue) = 152+86+140=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98568C is #67A973. Grayscale: #6F6F6F. Windows color (decimal): -6793588 or 9197208. OLE color: 9197208.
HSL color Cylindrical-coordinate representation of color #98568C: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98568C is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 140 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.40 |
| HSL | 310.91º | 0.28% | 0.47% | - |
| HSV(B) | 310.91º | 0.43% | 0.6% | - |
| XYZ | 21.01 | 15.22 | 26.64 | - |
| YUV | 111.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 140 | 0 | 0.43 | 0.08 | 0.40 | 310.91 | 0.28 | 0.47 |
| Hex | 98 | 56 | 8C | 0 | 2B | 8 | 28 | 137 | 1C | 2F |
| Octal | 230 | 126 | 214 | 0 | 53 | 10 | 50 | 467 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10001100 | 0 | 101011 | 1000 | 101000 | 100110111 | 11100 | 101111 |
Color Harmonies of #98568C
Complementary color
Monochromatic Colors of #98568C
Black with #98568C
Text Example
Text Example
White with #98568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98568C; }
p { color: rgb(152,86,140); }
H1.HeaderClassName
{
color: #98568C;
}
.AnyTagClassName
{
color: #98568C;
}
</style>
background-color css
<style>
a { background-color: #98568C; }
a { background-color: rgb(152,86,140); }
div.DivClassName
{
background-color: #98568C;
}
.BgClassName
{
background-color: #98568C;
}
</style>
border-color css
<style>
span { border-color: #98568C; }
span { border-color: rgb(152,86,140); }
td.TdClassName
{
border-color: #98568C;
}
.TagClassName
{
border-color: #98568C;
}
</style>