Shades of Violet Blue #9B408D
Tints of Violet Blue #9B408D
RGB
CMYK
RGB Variations
Color information
#9B408D (or 0x9B408D) is known color: Violet Blue. HEX triplet: 9B, 40 and 8D. RGB value is (155,64,141). Sum of RGB (Red+Green+Blue) = 155+64+141=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B408D is #64BF72. Grayscale: #636363. Windows color (decimal): -6602611 or 9257115. OLE color: 9257115.
HSL color Cylindrical-coordinate representation of color #9B408D: hue angle of 309.23º 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 #9B408D is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 141 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.39 |
| HSL | 309.23º | 0.42% | 0.43% | - |
| HSV(B) | 309.23º | 0.59% | 0.61% | - |
| XYZ | 20.16 | 12.56 | 26.56 | - |
| YUV | 99.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 141 | 0 | 0.59 | 0.09 | 0.39 | 309.23 | 0.42 | 0.43 |
| Hex | 9B | 40 | 8D | 0 | 3B | 9 | 27 | 135 | 2A | 2B |
| Octal | 233 | 100 | 215 | 0 | 73 | 11 | 47 | 465 | 52 | 53 |
| Binary | 10011011 | 1000000 | 10001101 | 0 | 111011 | 1001 | 100111 | 100110101 | 101010 | 101011 |
Color Harmonies of #9B408D
Complementary color
Monochromatic Colors of #9B408D
Black with #9B408D
Text Example
Text Example
White with #9B408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B408D; }
p { color: rgb(155,64,141); }
H1.HeaderClassName
{
color: #9B408D;
}
.AnyTagClassName
{
color: #9B408D;
}
</style>
background-color css
<style>
a { background-color: #9B408D; }
a { background-color: rgb(155,64,141); }
div.DivClassName
{
background-color: #9B408D;
}
.BgClassName
{
background-color: #9B408D;
}
</style>
border-color css
<style>
span { border-color: #9B408D; }
span { border-color: rgb(155,64,141); }
td.TdClassName
{
border-color: #9B408D;
}
.TagClassName
{
border-color: #9B408D;
}
</style>