Shades of Violet Blue #9B509C
Tints of Violet Blue #9B509C
RGB
CMYK
RGB Variations
Color information
#9B509C (or 0x9B509C) is known color: Violet Blue. HEX triplet: 9B, 50 and 9C. RGB value is (155,80,156). Sum of RGB (Red+Green+Blue) = 155+80+156=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B509C is #64AF63. Grayscale: #6E6E6E. Windows color (decimal): -6598500 or 10244251. OLE color: 10244251.
HSL color Cylindrical-coordinate representation of color #9B509C: hue angle of 299.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B509C is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 156 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.39 |
| HSL | 299.21º | 0.32% | 0.46% | - |
| HSV(B) | 299.21º | 0.49% | 0.61% | - |
| XYZ | 22.39 | 15.11 | 33.19 | - |
| YUV | 111.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 156 | 0.01 | 0.49 | 0 | 0.39 | 299.21 | 0.32 | 0.46 |
| Hex | 9B | 50 | 9C | 1 | 31 | 0 | 27 | 12B | 20 | 2E |
| Octal | 233 | 120 | 234 | 1 | 61 | 0 | 47 | 453 | 40 | 56 |
| Binary | 10011011 | 1010000 | 10011100 | 1 | 110001 | 0 | 100111 | 100101011 | 100000 | 101110 |
Color Harmonies of #9B509C
Complementary color
Monochromatic Colors of #9B509C
Black with #9B509C
Text Example
Text Example
White with #9B509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B509C; }
p { color: rgb(155,80,156); }
H1.HeaderClassName
{
color: #9B509C;
}
.AnyTagClassName
{
color: #9B509C;
}
</style>
background-color css
<style>
a { background-color: #9B509C; }
a { background-color: rgb(155,80,156); }
div.DivClassName
{
background-color: #9B509C;
}
.BgClassName
{
background-color: #9B509C;
}
</style>
border-color css
<style>
span { border-color: #9B509C; }
span { border-color: rgb(155,80,156); }
td.TdClassName
{
border-color: #9B509C;
}
.TagClassName
{
border-color: #9B509C;
}
</style>