Shades of Violet Blue #9B409F
Tints of Violet Blue #9B409F
RGB
CMYK
RGB Variations
Color information
#9B409F (or 0x9B409F) is known color: Violet Blue. HEX triplet: 9B, 40 and 9F. RGB value is (155,64,159). Sum of RGB (Red+Green+Blue) = 155+64+159=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B409F is #64BF60. Grayscale: #656565. Windows color (decimal): -6602593 or 10436763. OLE color: 10436763.
HSL color Cylindrical-coordinate representation of color #9B409F: hue angle of 297.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B409F is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 64 | 159 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.38 |
| HSL | 297.47º | 0.43% | 0.44% | - |
| HSV(B) | 297.47º | 0.6% | 0.62% | - |
| XYZ | 21.61 | 13.14 | 34.2 | - |
| YUV | 102.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 159 | 0.03 | 0.60 | 0 | 0.38 | 297.47 | 0.43 | 0.44 |
| Hex | 9B | 40 | 9F | 3 | 3C | 0 | 26 | 129 | 2B | 2C |
| Octal | 233 | 100 | 237 | 3 | 74 | 0 | 46 | 451 | 53 | 54 |
| Binary | 10011011 | 1000000 | 10011111 | 11 | 111100 | 0 | 100110 | 100101001 | 101011 | 101100 |
Color Harmonies of #9B409F
Complementary color
Monochromatic Colors of #9B409F
Black with #9B409F
Text Example
Text Example
White with #9B409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B409F; }
p { color: rgb(155,64,159); }
H1.HeaderClassName
{
color: #9B409F;
}
.AnyTagClassName
{
color: #9B409F;
}
</style>
background-color css
<style>
a { background-color: #9B409F; }
a { background-color: rgb(155,64,159); }
div.DivClassName
{
background-color: #9B409F;
}
.BgClassName
{
background-color: #9B409F;
}
</style>
border-color css
<style>
span { border-color: #9B409F; }
span { border-color: rgb(155,64,159); }
td.TdClassName
{
border-color: #9B409F;
}
.TagClassName
{
border-color: #9B409F;
}
</style>