Shades of Violet Blue #9F609B
Tints of Violet Blue #9F609B
RGB
CMYK
RGB Variations
Color information
#9F609B (or 0x9F609B) is known color: Violet Blue. HEX triplet: 9F, 60 and 9B. RGB value is (159,96,155). Sum of RGB (Red+Green+Blue) = 159+96+155=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F609B is #609F64. Grayscale: #797979. Windows color (decimal): -6332261 or 10182815. OLE color: 10182815.
HSL color Cylindrical-coordinate representation of color #9F609B: hue angle of 303.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F609B is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 155 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.38 |
| HSL | 303.81º | 0.25% | 0.5% | - |
| HSV(B) | 303.81º | 0.4% | 0.62% | - |
| XYZ | 24.4 | 18.1 | 33.22 | - |
| YUV | 121.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 155 | 0 | 0.40 | 0.03 | 0.38 | 303.81 | 0.25 | 0.5 |
| Hex | 9F | 60 | 9B | 0 | 28 | 3 | 26 | 130 | 19 | 32 |
| Octal | 237 | 140 | 233 | 0 | 50 | 3 | 46 | 460 | 31 | 62 |
| Binary | 10011111 | 1100000 | 10011011 | 0 | 101000 | 11 | 100110 | 100110000 | 11001 | 110010 |
Color Harmonies of #9F609B
Complementary color
Monochromatic Colors of #9F609B
Black with #9F609B
Text Example
Text Example
White with #9F609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F609B; }
p { color: rgb(159,96,155); }
H1.HeaderClassName
{
color: #9F609B;
}
.AnyTagClassName
{
color: #9F609B;
}
</style>
background-color css
<style>
a { background-color: #9F609B; }
a { background-color: rgb(159,96,155); }
div.DivClassName
{
background-color: #9F609B;
}
.BgClassName
{
background-color: #9F609B;
}
</style>
border-color css
<style>
span { border-color: #9F609B; }
span { border-color: rgb(159,96,155); }
td.TdClassName
{
border-color: #9F609B;
}
.TagClassName
{
border-color: #9F609B;
}
</style>