Shades of Violet Blue #9C439D
Tints of Violet Blue #9C439D
RGB
CMYK
RGB Variations
Color information
#9C439D (or 0x9C439D) is known color: Violet Blue. HEX triplet: 9C, 43 and 9D. RGB value is (156,67,157). Sum of RGB (Red+Green+Blue) = 156+67+157=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C439D is #63BC62. Grayscale: #676767. Windows color (decimal): -6536291 or 10306460. OLE color: 10306460.
HSL color Cylindrical-coordinate representation of color #9C439D: hue angle of 299.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C439D is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 67 | 157 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.38 |
| HSL | 299.33º | 0.4% | 0.44% | - |
| HSV(B) | 299.33º | 0.57% | 0.62% | - |
| XYZ | 21.8 | 13.52 | 33.36 | - |
| YUV | 103.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 157 | 0.01 | 0.57 | 0 | 0.38 | 299.33 | 0.4 | 0.44 |
| Hex | 9C | 43 | 9D | 1 | 39 | 0 | 26 | 12B | 28 | 2C |
| Octal | 234 | 103 | 235 | 1 | 71 | 0 | 46 | 453 | 50 | 54 |
| Binary | 10011100 | 1000011 | 10011101 | 1 | 111001 | 0 | 100110 | 100101011 | 101000 | 101100 |
Color Harmonies of #9C439D
Complementary color
Monochromatic Colors of #9C439D
Black with #9C439D
Text Example
Text Example
White with #9C439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C439D; }
p { color: rgb(156,67,157); }
H1.HeaderClassName
{
color: #9C439D;
}
.AnyTagClassName
{
color: #9C439D;
}
</style>
background-color css
<style>
a { background-color: #9C439D; }
a { background-color: rgb(156,67,157); }
div.DivClassName
{
background-color: #9C439D;
}
.BgClassName
{
background-color: #9C439D;
}
</style>
border-color css
<style>
span { border-color: #9C439D; }
span { border-color: rgb(156,67,157); }
td.TdClassName
{
border-color: #9C439D;
}
.TagClassName
{
border-color: #9C439D;
}
</style>