Shades of Violet Blue #9C488F
Tints of Violet Blue #9C488F
RGB
CMYK
RGB Variations
Color information
#9C488F (or 0x9C488F) is known color: Violet Blue. HEX triplet: 9C, 48 and 8F. RGB value is (156,72,143). Sum of RGB (Red+Green+Blue) = 156+72+143=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C488F is #63B770. Grayscale: #696969. Windows color (decimal): -6535025 or 9390236. OLE color: 9390236.
HSL color Cylindrical-coordinate representation of color #9C488F: hue angle of 309.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C488F is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 143 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.39 |
| HSL | 309.29º | 0.37% | 0.45% | - |
| HSV(B) | 309.29º | 0.54% | 0.61% | - |
| XYZ | 20.99 | 13.69 | 27.52 | - |
| YUV | 105.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 143 | 0 | 0.54 | 0.08 | 0.39 | 309.29 | 0.37 | 0.45 |
| Hex | 9C | 48 | 8F | 0 | 36 | 8 | 27 | 135 | 25 | 2D |
| Octal | 234 | 110 | 217 | 0 | 66 | 10 | 47 | 465 | 45 | 55 |
| Binary | 10011100 | 1001000 | 10001111 | 0 | 110110 | 1000 | 100111 | 100110101 | 100101 | 101101 |
Color Harmonies of #9C488F
Complementary color
Monochromatic Colors of #9C488F
Black with #9C488F
Text Example
Text Example
White with #9C488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C488F; }
p { color: rgb(156,72,143); }
H1.HeaderClassName
{
color: #9C488F;
}
.AnyTagClassName
{
color: #9C488F;
}
</style>
background-color css
<style>
a { background-color: #9C488F; }
a { background-color: rgb(156,72,143); }
div.DivClassName
{
background-color: #9C488F;
}
.BgClassName
{
background-color: #9C488F;
}
</style>
border-color css
<style>
span { border-color: #9C488F; }
span { border-color: rgb(156,72,143); }
td.TdClassName
{
border-color: #9C488F;
}
.TagClassName
{
border-color: #9C488F;
}
</style>