Shades of Violet Blue #9B628F
Tints of Violet Blue #9B628F
RGB
CMYK
RGB Variations
Color information
#9B628F (or 0x9B628F) is known color: Violet Blue. HEX triplet: 9B, 62 and 8F. RGB value is (155,98,143). Sum of RGB (Red+Green+Blue) = 155+98+143=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B628F is #649D70. Grayscale: #787878. Windows color (decimal): -6593905 or 9396891. OLE color: 9396891.
HSL color Cylindrical-coordinate representation of color #9B628F: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B628F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 143 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.39 |
| HSL | 312.63º | 0.23% | 0.5% | - |
| HSV(B) | 312.63º | 0.37% | 0.61% | - |
| XYZ | 22.84 | 17.69 | 28.2 | - |
| YUV | 120.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 143 | 0 | 0.37 | 0.08 | 0.39 | 312.63 | 0.23 | 0.5 |
| Hex | 9B | 62 | 8F | 0 | 25 | 8 | 27 | 139 | 17 | 32 |
| Octal | 233 | 142 | 217 | 0 | 45 | 10 | 47 | 471 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10001111 | 0 | 100101 | 1000 | 100111 | 100111001 | 10111 | 110010 |
Color Harmonies of #9B628F
Complementary color
Monochromatic Colors of #9B628F
Black with #9B628F
Text Example
Text Example
White with #9B628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B628F; }
p { color: rgb(155,98,143); }
H1.HeaderClassName
{
color: #9B628F;
}
.AnyTagClassName
{
color: #9B628F;
}
</style>
background-color css
<style>
a { background-color: #9B628F; }
a { background-color: rgb(155,98,143); }
div.DivClassName
{
background-color: #9B628F;
}
.BgClassName
{
background-color: #9B628F;
}
</style>
border-color css
<style>
span { border-color: #9B628F; }
span { border-color: rgb(155,98,143); }
td.TdClassName
{
border-color: #9B628F;
}
.TagClassName
{
border-color: #9B628F;
}
</style>