Shades of Violet Blue #9C438B
Tints of Violet Blue #9C438B
RGB
CMYK
RGB Variations
Color information
#9C438B (or 0x9C438B) is known color: Violet Blue. HEX triplet: 9C, 43 and 8B. RGB value is (156,67,139). Sum of RGB (Red+Green+Blue) = 156+67+139=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C438B is #63BC74. Grayscale: #656565. Windows color (decimal): -6536309 or 9126812. OLE color: 9126812.
HSL color Cylindrical-coordinate representation of color #9C438B: hue angle of 311.46º 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 #9C438B is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 139 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.39 |
| HSL | 311.46º | 0.4% | 0.44% | - |
| HSV(B) | 311.46º | 0.57% | 0.61% | - |
| XYZ | 20.38 | 12.95 | 25.85 | - |
| YUV | 101.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 139 | 0 | 0.57 | 0.11 | 0.39 | 311.46 | 0.4 | 0.44 |
| Hex | 9C | 43 | 8B | 0 | 39 | B | 27 | 137 | 28 | 2C |
| Octal | 234 | 103 | 213 | 0 | 71 | 13 | 47 | 467 | 50 | 54 |
| Binary | 10011100 | 1000011 | 10001011 | 0 | 111001 | 1011 | 100111 | 100110111 | 101000 | 101100 |
Color Harmonies of #9C438B
Complementary color
Monochromatic Colors of #9C438B
Black with #9C438B
Text Example
Text Example
White with #9C438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C438B; }
p { color: rgb(156,67,139); }
H1.HeaderClassName
{
color: #9C438B;
}
.AnyTagClassName
{
color: #9C438B;
}
</style>
background-color css
<style>
a { background-color: #9C438B; }
a { background-color: rgb(156,67,139); }
div.DivClassName
{
background-color: #9C438B;
}
.BgClassName
{
background-color: #9C438B;
}
</style>
border-color css
<style>
span { border-color: #9C438B; }
span { border-color: rgb(156,67,139); }
td.TdClassName
{
border-color: #9C438B;
}
.TagClassName
{
border-color: #9C438B;
}
</style>