Shades of Violet Blue #9F538F
Tints of Violet Blue #9F538F
RGB
CMYK
RGB Variations
Color information
#9F538F (or 0x9F538F) is known color: Violet Blue. HEX triplet: 9F, 53 and 8F. RGB value is (159,83,143). Sum of RGB (Red+Green+Blue) = 159+83+143=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F538F is #60AC70. Grayscale: #707070. Windows color (decimal): -6335601 or 9393055. OLE color: 9393055.
HSL color Cylindrical-coordinate representation of color #9F538F: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F538F is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 143 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.38 |
| HSL | 312.63º | 0.31% | 0.47% | - |
| HSV(B) | 312.63º | 0.48% | 0.62% | - |
| XYZ | 22.35 | 15.54 | 27.81 | - |
| YUV | 112.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 143 | 0 | 0.48 | 0.10 | 0.38 | 312.63 | 0.31 | 0.47 |
| Hex | 9F | 53 | 8F | 0 | 30 | A | 26 | 139 | 1F | 2F |
| Octal | 237 | 123 | 217 | 0 | 60 | 12 | 46 | 471 | 37 | 57 |
| Binary | 10011111 | 1010011 | 10001111 | 0 | 110000 | 1010 | 100110 | 100111001 | 11111 | 101111 |
Color Harmonies of #9F538F
Complementary color
Monochromatic Colors of #9F538F
Black with #9F538F
Text Example
Text Example
White with #9F538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F538F; }
p { color: rgb(159,83,143); }
H1.HeaderClassName
{
color: #9F538F;
}
.AnyTagClassName
{
color: #9F538F;
}
</style>
background-color css
<style>
a { background-color: #9F538F; }
a { background-color: rgb(159,83,143); }
div.DivClassName
{
background-color: #9F538F;
}
.BgClassName
{
background-color: #9F538F;
}
</style>
border-color css
<style>
span { border-color: #9F538F; }
span { border-color: rgb(159,83,143); }
td.TdClassName
{
border-color: #9F538F;
}
.TagClassName
{
border-color: #9F538F;
}
</style>