Shades of Violet Blue #9C439F
Tints of Violet Blue #9C439F
RGB
CMYK
RGB Variations
Color information
#9C439F (or 0x9C439F) is known color: Violet Blue. HEX triplet: 9C, 43 and 9F. RGB value is (156,67,159). Sum of RGB (Red+Green+Blue) = 156+67+159=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C439F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C439F is #63BC60. Grayscale: #676767. Windows color (decimal): -6536289 or 10437532. OLE color: 10437532.
HSL color Cylindrical-coordinate representation of color #9C439F: hue angle of 298.04º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C439F is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 67 | 159 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.38 |
| HSL | 298.04º | 0.41% | 0.44% | - |
| HSV(B) | 298.04º | 0.58% | 0.62% | - |
| XYZ | 21.98 | 13.59 | 34.26 | - |
| YUV | 104.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 159 | 0.02 | 0.58 | 0 | 0.38 | 298.04 | 0.41 | 0.44 |
| Hex | 9C | 43 | 9F | 2 | 3A | 0 | 26 | 12A | 29 | 2C |
| Octal | 234 | 103 | 237 | 2 | 72 | 0 | 46 | 452 | 51 | 54 |
| Binary | 10011100 | 1000011 | 10011111 | 10 | 111010 | 0 | 100110 | 100101010 | 101001 | 101100 |
Color Harmonies of #9C439F
Complementary color
Monochromatic Colors of #9C439F
Black with #9C439F
Text Example
Text Example
White with #9C439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C439F; }
p { color: rgb(156,67,159); }
H1.HeaderClassName
{
color: #9C439F;
}
.AnyTagClassName
{
color: #9C439F;
}
</style>
background-color css
<style>
a { background-color: #9C439F; }
a { background-color: rgb(156,67,159); }
div.DivClassName
{
background-color: #9C439F;
}
.BgClassName
{
background-color: #9C439F;
}
</style>
border-color css
<style>
span { border-color: #9C439F; }
span { border-color: rgb(156,67,159); }
td.TdClassName
{
border-color: #9C439F;
}
.TagClassName
{
border-color: #9C439F;
}
</style>