Shades of Violet Blue #9B609F
Tints of Violet Blue #9B609F
RGB
CMYK
RGB Variations
Color information
#9B609F (or 0x9B609F) is known color: Violet Blue. HEX triplet: 9B, 60 and 9F. RGB value is (155,96,159). Sum of RGB (Red+Green+Blue) = 155+96+159=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B609F is #649F60. Grayscale: #787878. Windows color (decimal): -6594401 or 10444955. OLE color: 10444955.
HSL color Cylindrical-coordinate representation of color #9B609F: hue angle of 296.19º 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 #9B609F is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 96 | 159 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.38 |
| HSL | 296.19º | 0.25% | 0.5% | - |
| HSV(B) | 296.19º | 0.4% | 0.62% | - |
| XYZ | 23.96 | 17.84 | 34.98 | - |
| YUV | 120.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 159 | 0.03 | 0.40 | 0 | 0.38 | 296.19 | 0.25 | 0.5 |
| Hex | 9B | 60 | 9F | 3 | 28 | 0 | 26 | 128 | 19 | 32 |
| Octal | 233 | 140 | 237 | 3 | 50 | 0 | 46 | 450 | 31 | 62 |
| Binary | 10011011 | 1100000 | 10011111 | 11 | 101000 | 0 | 100110 | 100101000 | 11001 | 110010 |
Color Harmonies of #9B609F
Complementary color
Monochromatic Colors of #9B609F
Black with #9B609F
Text Example
Text Example
White with #9B609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B609F; }
p { color: rgb(155,96,159); }
H1.HeaderClassName
{
color: #9B609F;
}
.AnyTagClassName
{
color: #9B609F;
}
</style>
background-color css
<style>
a { background-color: #9B609F; }
a { background-color: rgb(155,96,159); }
div.DivClassName
{
background-color: #9B609F;
}
.BgClassName
{
background-color: #9B609F;
}
</style>
border-color css
<style>
span { border-color: #9B609F; }
span { border-color: rgb(155,96,159); }
td.TdClassName
{
border-color: #9B609F;
}
.TagClassName
{
border-color: #9B609F;
}
</style>