Shades of Violet Blue #9B5F9A
Tints of Violet Blue #9B5F9A
RGB
CMYK
RGB Variations
Color information
#9B5F9A (or 0x9B5F9A) is known color: Violet Blue. HEX triplet: 9B, 5F and 9A. RGB value is (155,95,154). Sum of RGB (Red+Green+Blue) = 155+95+154=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F9A is #64A065. Grayscale: #777777. Windows color (decimal): -6594662 or 10117019. OLE color: 10117019.
HSL color Cylindrical-coordinate representation of color #9B5F9A: hue angle of 301º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5F9A is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 95 | 154 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.39 |
| HSL | 301º | 0.24% | 0.49% | - |
| HSV(B) | 301º | 0.39% | 0.61% | - |
| XYZ | 23.44 | 17.49 | 32.71 | - |
| YUV | 119.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 154 | 0 | 0.39 | 0.01 | 0.39 | 301 | 0.24 | 0.49 |
| Hex | 9B | 5F | 9A | 0 | 27 | 1 | 27 | 12D | 18 | 31 |
| Octal | 233 | 137 | 232 | 0 | 47 | 1 | 47 | 455 | 30 | 61 |
| Binary | 10011011 | 1011111 | 10011010 | 0 | 100111 | 1 | 100111 | 100101101 | 11000 | 110001 |
Color Harmonies of #9B5F9A
Complementary color
Monochromatic Colors of #9B5F9A
Black with #9B5F9A
Text Example
Text Example
White with #9B5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5F9A; }
p { color: rgb(155,95,154); }
H1.HeaderClassName
{
color: #9B5F9A;
}
.AnyTagClassName
{
color: #9B5F9A;
}
</style>
background-color css
<style>
a { background-color: #9B5F9A; }
a { background-color: rgb(155,95,154); }
div.DivClassName
{
background-color: #9B5F9A;
}
.BgClassName
{
background-color: #9B5F9A;
}
</style>
border-color css
<style>
span { border-color: #9B5F9A; }
span { border-color: rgb(155,95,154); }
td.TdClassName
{
border-color: #9B5F9A;
}
.TagClassName
{
border-color: #9B5F9A;
}
</style>