Shades of Violet Blue #9F538C
Tints of Violet Blue #9F538C
RGB
CMYK
RGB Variations
Color information
#9F538C (or 0x9F538C) is known color: Violet Blue. HEX triplet: 9F, 53 and 8C. RGB value is (159,83,140). Sum of RGB (Red+Green+Blue) = 159+83+140=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F538C is #60AC73. Grayscale: #707070. Windows color (decimal): -6335604 or 9196447. OLE color: 9196447.
HSL color Cylindrical-coordinate representation of color #9F538C: hue angle of 315º 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 #9F538C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 140 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.38 |
| HSL | 315º | 0.31% | 0.47% | - |
| HSV(B) | 315º | 0.48% | 0.62% | - |
| XYZ | 22.12 | 15.45 | 26.63 | - |
| YUV | 112.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 140 | 0 | 0.48 | 0.12 | 0.38 | 315 | 0.31 | 0.47 |
| Hex | 9F | 53 | 8C | 0 | 30 | C | 26 | 13B | 1F | 2F |
| Octal | 237 | 123 | 214 | 0 | 60 | 14 | 46 | 473 | 37 | 57 |
| Binary | 10011111 | 1010011 | 10001100 | 0 | 110000 | 1100 | 100110 | 100111011 | 11111 | 101111 |
Color Harmonies of #9F538C
Complementary color
Monochromatic Colors of #9F538C
Black with #9F538C
Text Example
Text Example
White with #9F538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F538C; }
p { color: rgb(159,83,140); }
H1.HeaderClassName
{
color: #9F538C;
}
.AnyTagClassName
{
color: #9F538C;
}
</style>
background-color css
<style>
a { background-color: #9F538C; }
a { background-color: rgb(159,83,140); }
div.DivClassName
{
background-color: #9F538C;
}
.BgClassName
{
background-color: #9F538C;
}
</style>
border-color css
<style>
span { border-color: #9F538C; }
span { border-color: rgb(159,83,140); }
td.TdClassName
{
border-color: #9F538C;
}
.TagClassName
{
border-color: #9F538C;
}
</style>