Shades of Violet Blue #9B508B
Tints of Violet Blue #9B508B
RGB
CMYK
RGB Variations
Color information
#9B508B (or 0x9B508B) is known color: Violet Blue. HEX triplet: 9B, 50 and 8B. RGB value is (155,80,139). Sum of RGB (Red+Green+Blue) = 155+80+139=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508B is #64AF74. Grayscale: #6C6C6C. Windows color (decimal): -6598517 or 9130139. OLE color: 9130139.
HSL color Cylindrical-coordinate representation of color #9B508B: hue angle of 312.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B508B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 139 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.39 |
| HSL | 312.8º | 0.32% | 0.46% | - |
| HSV(B) | 312.8º | 0.48% | 0.61% | - |
| XYZ | 21.05 | 14.57 | 26.13 | - |
| YUV | 109.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 139 | 0 | 0.48 | 0.10 | 0.39 | 312.8 | 0.32 | 0.46 |
| Hex | 9B | 50 | 8B | 0 | 30 | A | 27 | 139 | 20 | 2E |
| Octal | 233 | 120 | 213 | 0 | 60 | 12 | 47 | 471 | 40 | 56 |
| Binary | 10011011 | 1010000 | 10001011 | 0 | 110000 | 1010 | 100111 | 100111001 | 100000 | 101110 |
Color Harmonies of #9B508B
Complementary color
Monochromatic Colors of #9B508B
Black with #9B508B
Text Example
Text Example
White with #9B508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B508B; }
p { color: rgb(155,80,139); }
H1.HeaderClassName
{
color: #9B508B;
}
.AnyTagClassName
{
color: #9B508B;
}
</style>
background-color css
<style>
a { background-color: #9B508B; }
a { background-color: rgb(155,80,139); }
div.DivClassName
{
background-color: #9B508B;
}
.BgClassName
{
background-color: #9B508B;
}
</style>
border-color css
<style>
span { border-color: #9B508B; }
span { border-color: rgb(155,80,139); }
td.TdClassName
{
border-color: #9B508B;
}
.TagClassName
{
border-color: #9B508B;
}
</style>