Shades of Violet Blue #9B619A
Tints of Violet Blue #9B619A
RGB
CMYK
RGB Variations
Color information
#9B619A (or 0x9B619A) is known color: Violet Blue. HEX triplet: 9B, 61 and 9A. RGB value is (155,97,154). Sum of RGB (Red+Green+Blue) = 155+97+154=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B619A is #649E65. Grayscale: #787878. Windows color (decimal): -6594150 or 10117531. OLE color: 10117531.
HSL color Cylindrical-coordinate representation of color #9B619A: hue angle of 301.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B619A is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 154 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.39 |
| HSL | 301.03º | 0.23% | 0.49% | - |
| HSV(B) | 301.03º | 0.37% | 0.61% | - |
| XYZ | 23.63 | 17.85 | 32.77 | - |
| YUV | 120.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 154 | 0 | 0.37 | 0.01 | 0.39 | 301.03 | 0.23 | 0.49 |
| Hex | 9B | 61 | 9A | 0 | 25 | 1 | 27 | 12D | 17 | 31 |
| Octal | 233 | 141 | 232 | 0 | 45 | 1 | 47 | 455 | 27 | 61 |
| Binary | 10011011 | 1100001 | 10011010 | 0 | 100101 | 1 | 100111 | 100101101 | 10111 | 110001 |
Color Harmonies of #9B619A
Complementary color
Monochromatic Colors of #9B619A
Black with #9B619A
Text Example
Text Example
White with #9B619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B619A; }
p { color: rgb(155,97,154); }
H1.HeaderClassName
{
color: #9B619A;
}
.AnyTagClassName
{
color: #9B619A;
}
</style>
background-color css
<style>
a { background-color: #9B619A; }
a { background-color: rgb(155,97,154); }
div.DivClassName
{
background-color: #9B619A;
}
.BgClassName
{
background-color: #9B619A;
}
</style>
border-color css
<style>
span { border-color: #9B619A; }
span { border-color: rgb(155,97,154); }
td.TdClassName
{
border-color: #9B619A;
}
.TagClassName
{
border-color: #9B619A;
}
</style>