Shades of Violet Blue #9B4294
Tints of Violet Blue #9B4294
RGB
CMYK
RGB Variations
Color information
#9B4294 (or 0x9B4294) is known color: Violet Blue. HEX triplet: 9B, 42 and 94. RGB value is (155,66,148). Sum of RGB (Red+Green+Blue) = 155+66+148=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4294 is #64BD6B. Grayscale: #656565. Windows color (decimal): -6602092 or 9716379. OLE color: 9716379.
HSL color Cylindrical-coordinate representation of color #9B4294: hue angle of 304.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4294 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 148 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.39 |
| HSL | 304.72º | 0.4% | 0.43% | - |
| HSV(B) | 304.72º | 0.57% | 0.61% | - |
| XYZ | 20.81 | 13 | 29.43 | - |
| YUV | 101.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 148 | 0 | 0.57 | 0.05 | 0.39 | 304.72 | 0.4 | 0.43 |
| Hex | 9B | 42 | 94 | 0 | 39 | 5 | 27 | 131 | 28 | 2B |
| Octal | 233 | 102 | 224 | 0 | 71 | 5 | 47 | 461 | 50 | 53 |
| Binary | 10011011 | 1000010 | 10010100 | 0 | 111001 | 101 | 100111 | 100110001 | 101000 | 101011 |
Color Harmonies of #9B4294
Complementary color
Monochromatic Colors of #9B4294
Black with #9B4294
Text Example
Text Example
White with #9B4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4294; }
p { color: rgb(155,66,148); }
H1.HeaderClassName
{
color: #9B4294;
}
.AnyTagClassName
{
color: #9B4294;
}
</style>
background-color css
<style>
a { background-color: #9B4294; }
a { background-color: rgb(155,66,148); }
div.DivClassName
{
background-color: #9B4294;
}
.BgClassName
{
background-color: #9B4294;
}
</style>
border-color css
<style>
span { border-color: #9B4294; }
span { border-color: rgb(155,66,148); }
td.TdClassName
{
border-color: #9B4294;
}
.TagClassName
{
border-color: #9B4294;
}
</style>