Shades of Violet Blue #9C438C
Tints of Violet Blue #9C438C
RGB
CMYK
RGB Variations
Color information
#9C438C (or 0x9C438C) is known color: Violet Blue. HEX triplet: 9C, 43 and 8C. RGB value is (156,67,140). Sum of RGB (Red+Green+Blue) = 156+67+140=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C438C is #63BC73. Grayscale: #656565. Windows color (decimal): -6536308 or 9192348. OLE color: 9192348.
HSL color Cylindrical-coordinate representation of color #9C438C: hue angle of 310.79º 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 #9C438C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 140 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.39 |
| HSL | 310.79º | 0.4% | 0.44% | - |
| HSV(B) | 310.79º | 0.57% | 0.61% | - |
| XYZ | 20.45 | 12.98 | 26.24 | - |
| YUV | 101.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 140 | 0 | 0.57 | 0.10 | 0.39 | 310.79 | 0.4 | 0.44 |
| Hex | 9C | 43 | 8C | 0 | 39 | A | 27 | 137 | 28 | 2C |
| Octal | 234 | 103 | 214 | 0 | 71 | 12 | 47 | 467 | 50 | 54 |
| Binary | 10011100 | 1000011 | 10001100 | 0 | 111001 | 1010 | 100111 | 100110111 | 101000 | 101100 |
Color Harmonies of #9C438C
Complementary color
Monochromatic Colors of #9C438C
Black with #9C438C
Text Example
Text Example
White with #9C438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C438C; }
p { color: rgb(156,67,140); }
H1.HeaderClassName
{
color: #9C438C;
}
.AnyTagClassName
{
color: #9C438C;
}
</style>
background-color css
<style>
a { background-color: #9C438C; }
a { background-color: rgb(156,67,140); }
div.DivClassName
{
background-color: #9C438C;
}
.BgClassName
{
background-color: #9C438C;
}
</style>
border-color css
<style>
span { border-color: #9C438C; }
span { border-color: rgb(156,67,140); }
td.TdClassName
{
border-color: #9C438C;
}
.TagClassName
{
border-color: #9C438C;
}
</style>