Shades of Violet Blue #9B408E
Tints of Violet Blue #9B408E
RGB
CMYK
RGB Variations
Color information
#9B408E (or 0x9B408E) is known color: Violet Blue. HEX triplet: 9B, 40 and 8E. RGB value is (155,64,142). Sum of RGB (Red+Green+Blue) = 155+64+142=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B408E is #64BF71. Grayscale: #636363. Windows color (decimal): -6602610 or 9322651. OLE color: 9322651.
HSL color Cylindrical-coordinate representation of color #9B408E: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B408E is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 142 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.39 |
| HSL | 308.57º | 0.42% | 0.43% | - |
| HSV(B) | 308.57º | 0.59% | 0.61% | - |
| XYZ | 20.23 | 12.59 | 26.95 | - |
| YUV | 100.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 142 | 0 | 0.59 | 0.08 | 0.39 | 308.57 | 0.42 | 0.43 |
| Hex | 9B | 40 | 8E | 0 | 3B | 8 | 27 | 135 | 2A | 2B |
| Octal | 233 | 100 | 216 | 0 | 73 | 10 | 47 | 465 | 52 | 53 |
| Binary | 10011011 | 1000000 | 10001110 | 0 | 111011 | 1000 | 100111 | 100110101 | 101010 | 101011 |
Color Harmonies of #9B408E
Complementary color
Monochromatic Colors of #9B408E
Black with #9B408E
Text Example
Text Example
White with #9B408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B408E; }
p { color: rgb(155,64,142); }
H1.HeaderClassName
{
color: #9B408E;
}
.AnyTagClassName
{
color: #9B408E;
}
</style>
background-color css
<style>
a { background-color: #9B408E; }
a { background-color: rgb(155,64,142); }
div.DivClassName
{
background-color: #9B408E;
}
.BgClassName
{
background-color: #9B408E;
}
</style>
border-color css
<style>
span { border-color: #9B408E; }
span { border-color: rgb(155,64,142); }
td.TdClassName
{
border-color: #9B408E;
}
.TagClassName
{
border-color: #9B408E;
}
</style>