Shades of Violet Blue #9F5C9B
Tints of Violet Blue #9F5C9B
RGB
CMYK
RGB Variations
Color information
#9F5C9B (or 0x9F5C9B) is known color: Violet Blue. HEX triplet: 9F, 5C and 9B. RGB value is (159,92,155). Sum of RGB (Red+Green+Blue) = 159+92+155=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C9B is #60A364. Grayscale: #777777. Windows color (decimal): -6333285 or 10181791. OLE color: 10181791.
HSL color Cylindrical-coordinate representation of color #9F5C9B: hue angle of 303.58º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C9B is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 155 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.38 |
| HSL | 303.58º | 0.27% | 0.49% | - |
| HSV(B) | 303.58º | 0.42% | 0.62% | - |
| XYZ | 24.04 | 17.39 | 33.1 | - |
| YUV | 119.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 155 | 0 | 0.42 | 0.03 | 0.38 | 303.58 | 0.27 | 0.49 |
| Hex | 9F | 5C | 9B | 0 | 2A | 3 | 26 | 130 | 1B | 31 |
| Octal | 237 | 134 | 233 | 0 | 52 | 3 | 46 | 460 | 33 | 61 |
| Binary | 10011111 | 1011100 | 10011011 | 0 | 101010 | 11 | 100110 | 100110000 | 11011 | 110001 |
Color Harmonies of #9F5C9B
Complementary color
Monochromatic Colors of #9F5C9B
Black with #9F5C9B
Text Example
Text Example
White with #9F5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C9B; }
p { color: rgb(159,92,155); }
H1.HeaderClassName
{
color: #9F5C9B;
}
.AnyTagClassName
{
color: #9F5C9B;
}
</style>
background-color css
<style>
a { background-color: #9F5C9B; }
a { background-color: rgb(159,92,155); }
div.DivClassName
{
background-color: #9F5C9B;
}
.BgClassName
{
background-color: #9F5C9B;
}
</style>
border-color css
<style>
span { border-color: #9F5C9B; }
span { border-color: rgb(159,92,155); }
td.TdClassName
{
border-color: #9F5C9B;
}
.TagClassName
{
border-color: #9F5C9B;
}
</style>