Shades of Violet Blue #9C618F
Tints of Violet Blue #9C618F
RGB
CMYK
RGB Variations
Color information
#9C618F (or 0x9C618F) is known color: Violet Blue. HEX triplet: 9C, 61 and 8F. RGB value is (156,97,143). Sum of RGB (Red+Green+Blue) = 156+97+143=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C618F is #639E70. Grayscale: #777777. Windows color (decimal): -6528625 or 9396636. OLE color: 9396636.
HSL color Cylindrical-coordinate representation of color #9C618F: hue angle of 313.22º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C618F is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 143 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.39 |
| HSL | 313.22º | 0.23% | 0.5% | - |
| HSV(B) | 313.22º | 0.38% | 0.61% | - |
| XYZ | 22.94 | 17.6 | 28.17 | - |
| YUV | 119.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 143 | 0 | 0.38 | 0.08 | 0.39 | 313.22 | 0.23 | 0.5 |
| Hex | 9C | 61 | 8F | 0 | 26 | 8 | 27 | 139 | 17 | 32 |
| Octal | 234 | 141 | 217 | 0 | 46 | 10 | 47 | 471 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10001111 | 0 | 100110 | 1000 | 100111 | 100111001 | 10111 | 110010 |
Color Harmonies of #9C618F
Complementary color
Monochromatic Colors of #9C618F
Black with #9C618F
Text Example
Text Example
White with #9C618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C618F; }
p { color: rgb(156,97,143); }
H1.HeaderClassName
{
color: #9C618F;
}
.AnyTagClassName
{
color: #9C618F;
}
</style>
background-color css
<style>
a { background-color: #9C618F; }
a { background-color: rgb(156,97,143); }
div.DivClassName
{
background-color: #9C618F;
}
.BgClassName
{
background-color: #9C618F;
}
</style>
border-color css
<style>
span { border-color: #9C618F; }
span { border-color: rgb(156,97,143); }
td.TdClassName
{
border-color: #9C618F;
}
.TagClassName
{
border-color: #9C618F;
}
</style>