Shades of Violet Blue #9B488C
Tints of Violet Blue #9B488C
RGB
CMYK
RGB Variations
Color information
#9B488C (or 0x9B488C) is known color: Violet Blue. HEX triplet: 9B, 48 and 8C. RGB value is (155,72,140). Sum of RGB (Red+Green+Blue) = 155+72+140=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B488C is #64B773. Grayscale: #686868. Windows color (decimal): -6600564 or 9193627. OLE color: 9193627.
HSL color Cylindrical-coordinate representation of color #9B488C: hue angle of 310.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B488C is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 140 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.39 |
| HSL | 310.84º | 0.37% | 0.45% | - |
| HSV(B) | 310.84º | 0.54% | 0.61% | - |
| XYZ | 20.57 | 13.5 | 26.33 | - |
| YUV | 104.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 140 | 0 | 0.54 | 0.10 | 0.39 | 310.84 | 0.37 | 0.45 |
| Hex | 9B | 48 | 8C | 0 | 36 | A | 27 | 137 | 25 | 2D |
| Octal | 233 | 110 | 214 | 0 | 66 | 12 | 47 | 467 | 45 | 55 |
| Binary | 10011011 | 1001000 | 10001100 | 0 | 110110 | 1010 | 100111 | 100110111 | 100101 | 101101 |
Color Harmonies of #9B488C
Complementary color
Monochromatic Colors of #9B488C
Black with #9B488C
Text Example
Text Example
White with #9B488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B488C; }
p { color: rgb(155,72,140); }
H1.HeaderClassName
{
color: #9B488C;
}
.AnyTagClassName
{
color: #9B488C;
}
</style>
background-color css
<style>
a { background-color: #9B488C; }
a { background-color: rgb(155,72,140); }
div.DivClassName
{
background-color: #9B488C;
}
.BgClassName
{
background-color: #9B488C;
}
</style>
border-color css
<style>
span { border-color: #9B488C; }
span { border-color: rgb(155,72,140); }
td.TdClassName
{
border-color: #9B488C;
}
.TagClassName
{
border-color: #9B488C;
}
</style>