Shades of Violet Blue #9C438D
Tints of Violet Blue #9C438D
RGB
CMYK
RGB Variations
Color information
#9C438D (or 0x9C438D) is known color: Violet Blue. HEX triplet: 9C, 43 and 8D. RGB value is (156,67,141). Sum of RGB (Red+Green+Blue) = 156+67+141=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C438D is #63BC72. Grayscale: #656565. Windows color (decimal): -6536307 or 9257884. OLE color: 9257884.
HSL color Cylindrical-coordinate representation of color #9C438D: hue angle of 310.11º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C438D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 141 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.39 |
| HSL | 310.11º | 0.4% | 0.44% | - |
| HSV(B) | 310.11º | 0.57% | 0.61% | - |
| XYZ | 20.53 | 13.01 | 26.63 | - |
| YUV | 102.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 141 | 0 | 0.57 | 0.10 | 0.39 | 310.11 | 0.4 | 0.44 |
| Hex | 9C | 43 | 8D | 0 | 39 | A | 27 | 136 | 28 | 2C |
| Octal | 234 | 103 | 215 | 0 | 71 | 12 | 47 | 466 | 50 | 54 |
| Binary | 10011100 | 1000011 | 10001101 | 0 | 111001 | 1010 | 100111 | 100110110 | 101000 | 101100 |
Color Harmonies of #9C438D
Complementary color
Monochromatic Colors of #9C438D
Black with #9C438D
Text Example
Text Example
White with #9C438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C438D; }
p { color: rgb(156,67,141); }
H1.HeaderClassName
{
color: #9C438D;
}
.AnyTagClassName
{
color: #9C438D;
}
</style>
background-color css
<style>
a { background-color: #9C438D; }
a { background-color: rgb(156,67,141); }
div.DivClassName
{
background-color: #9C438D;
}
.BgClassName
{
background-color: #9C438D;
}
</style>
border-color css
<style>
span { border-color: #9C438D; }
span { border-color: rgb(156,67,141); }
td.TdClassName
{
border-color: #9C438D;
}
.TagClassName
{
border-color: #9C438D;
}
</style>