Shades of Violet Blue #9F568F
Tints of Violet Blue #9F568F
RGB
CMYK
RGB Variations
Color information
#9F568F (or 0x9F568F) is known color: Violet Blue. HEX triplet: 9F, 56 and 8F. RGB value is (159,86,143). Sum of RGB (Red+Green+Blue) = 159+86+143=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F568F is #60A970. Grayscale: #727272. Windows color (decimal): -6334833 or 9393823. OLE color: 9393823.
HSL color Cylindrical-coordinate representation of color #9F568F: hue angle of 313.15º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F568F is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 143 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.38 |
| HSL | 313.15º | 0.3% | 0.48% | - |
| HSV(B) | 313.15º | 0.46% | 0.62% | - |
| XYZ | 22.58 | 16.01 | 27.89 | - |
| YUV | 114.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 143 | 0 | 0.46 | 0.10 | 0.38 | 313.15 | 0.3 | 0.48 |
| Hex | 9F | 56 | 8F | 0 | 2E | A | 26 | 139 | 1E | 30 |
| Octal | 237 | 126 | 217 | 0 | 56 | 12 | 46 | 471 | 36 | 60 |
| Binary | 10011111 | 1010110 | 10001111 | 0 | 101110 | 1010 | 100110 | 100111001 | 11110 | 110000 |
Color Harmonies of #9F568F
Complementary color
Monochromatic Colors of #9F568F
Black with #9F568F
Text Example
Text Example
White with #9F568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F568F; }
p { color: rgb(159,86,143); }
H1.HeaderClassName
{
color: #9F568F;
}
.AnyTagClassName
{
color: #9F568F;
}
</style>
background-color css
<style>
a { background-color: #9F568F; }
a { background-color: rgb(159,86,143); }
div.DivClassName
{
background-color: #9F568F;
}
.BgClassName
{
background-color: #9F568F;
}
</style>
border-color css
<style>
span { border-color: #9F568F; }
span { border-color: rgb(159,86,143); }
td.TdClassName
{
border-color: #9F568F;
}
.TagClassName
{
border-color: #9F568F;
}
</style>