Shades of Violet Blue #9B5A9C
Tints of Violet Blue #9B5A9C
RGB
CMYK
RGB Variations
Color information
#9B5A9C (or 0x9B5A9C) is known color: Violet Blue. HEX triplet: 9B, 5A and 9C. RGB value is (155,90,156). Sum of RGB (Red+Green+Blue) = 155+90+156=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B5A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A9C is #64A563. Grayscale: #747474. Windows color (decimal): -6595940 or 10246811. OLE color: 10246811.
HSL color Cylindrical-coordinate representation of color #9B5A9C: hue angle of 299.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A9C is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 156 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.39 |
| HSL | 299.09º | 0.27% | 0.48% | - |
| HSV(B) | 299.09º | 0.42% | 0.61% | - |
| XYZ | 23.17 | 16.68 | 33.45 | - |
| YUV | 116.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 156 | 0.01 | 0.42 | 0 | 0.39 | 299.09 | 0.27 | 0.48 |
| Hex | 9B | 5A | 9C | 1 | 2A | 0 | 27 | 12B | 1B | 30 |
| Octal | 233 | 132 | 234 | 1 | 52 | 0 | 47 | 453 | 33 | 60 |
| Binary | 10011011 | 1011010 | 10011100 | 1 | 101010 | 0 | 100111 | 100101011 | 11011 | 110000 |
Color Harmonies of #9B5A9C
Complementary color
Monochromatic Colors of #9B5A9C
Black with #9B5A9C
Text Example
Text Example
White with #9B5A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A9C; }
p { color: rgb(155,90,156); }
H1.HeaderClassName
{
color: #9B5A9C;
}
.AnyTagClassName
{
color: #9B5A9C;
}
</style>
background-color css
<style>
a { background-color: #9B5A9C; }
a { background-color: rgb(155,90,156); }
div.DivClassName
{
background-color: #9B5A9C;
}
.BgClassName
{
background-color: #9B5A9C;
}
</style>
border-color css
<style>
span { border-color: #9B5A9C; }
span { border-color: rgb(155,90,156); }
td.TdClassName
{
border-color: #9B5A9C;
}
.TagClassName
{
border-color: #9B5A9C;
}
</style>