Shades of Violet Blue #9C629B
Tints of Violet Blue #9C629B
RGB
CMYK
RGB Variations
Color information
#9C629B (or 0x9C629B) is known color: Violet Blue. HEX triplet: 9C, 62 and 9B. RGB value is (156,98,155). Sum of RGB (Red+Green+Blue) = 156+98+155=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C629B is #639D64. Grayscale: #797979. Windows color (decimal): -6528357 or 10183324. OLE color: 10183324.
HSL color Cylindrical-coordinate representation of color #9C629B: hue angle of 301.03º 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 #9C629B is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 155 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.39 |
| HSL | 301.03º | 0.23% | 0.5% | - |
| HSV(B) | 301.03º | 0.37% | 0.61% | - |
| XYZ | 23.99 | 18.17 | 33.25 | - |
| YUV | 121.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 155 | 0 | 0.37 | 0.01 | 0.39 | 301.03 | 0.23 | 0.5 |
| Hex | 9C | 62 | 9B | 0 | 25 | 1 | 27 | 12D | 17 | 32 |
| Octal | 234 | 142 | 233 | 0 | 45 | 1 | 47 | 455 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10011011 | 0 | 100101 | 1 | 100111 | 100101101 | 10111 | 110010 |
Color Harmonies of #9C629B
Complementary color
Monochromatic Colors of #9C629B
Black with #9C629B
Text Example
Text Example
White with #9C629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C629B; }
p { color: rgb(156,98,155); }
H1.HeaderClassName
{
color: #9C629B;
}
.AnyTagClassName
{
color: #9C629B;
}
</style>
background-color css
<style>
a { background-color: #9C629B; }
a { background-color: rgb(156,98,155); }
div.DivClassName
{
background-color: #9C629B;
}
.BgClassName
{
background-color: #9C629B;
}
</style>
border-color css
<style>
span { border-color: #9C629B; }
span { border-color: rgb(156,98,155); }
td.TdClassName
{
border-color: #9C629B;
}
.TagClassName
{
border-color: #9C629B;
}
</style>