Shades of Violet Blue #9C438E
Tints of Violet Blue #9C438E
RGB
CMYK
RGB Variations
Color information
#9C438E (or 0x9C438E) is known color: Violet Blue. HEX triplet: 9C, 43 and 8E. RGB value is (156,67,142). Sum of RGB (Red+Green+Blue) = 156+67+142=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C438E is #63BC71. Grayscale: #656565. Windows color (decimal): -6536306 or 9323420. OLE color: 9323420.
HSL color Cylindrical-coordinate representation of color #9C438E: hue angle of 309.44º 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 #9C438E is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 142 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.39 |
| HSL | 309.44º | 0.4% | 0.44% | - |
| HSV(B) | 309.44º | 0.57% | 0.61% | - |
| XYZ | 20.6 | 13.04 | 27.02 | - |
| YUV | 102.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 142 | 0 | 0.57 | 0.09 | 0.39 | 309.44 | 0.4 | 0.44 |
| Hex | 9C | 43 | 8E | 0 | 39 | 9 | 27 | 135 | 28 | 2C |
| Octal | 234 | 103 | 216 | 0 | 71 | 11 | 47 | 465 | 50 | 54 |
| Binary | 10011100 | 1000011 | 10001110 | 0 | 111001 | 1001 | 100111 | 100110101 | 101000 | 101100 |
Color Harmonies of #9C438E
Complementary color
Monochromatic Colors of #9C438E
Black with #9C438E
Text Example
Text Example
White with #9C438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C438E; }
p { color: rgb(156,67,142); }
H1.HeaderClassName
{
color: #9C438E;
}
.AnyTagClassName
{
color: #9C438E;
}
</style>
background-color css
<style>
a { background-color: #9C438E; }
a { background-color: rgb(156,67,142); }
div.DivClassName
{
background-color: #9C438E;
}
.BgClassName
{
background-color: #9C438E;
}
</style>
border-color css
<style>
span { border-color: #9C438E; }
span { border-color: rgb(156,67,142); }
td.TdClassName
{
border-color: #9C438E;
}
.TagClassName
{
border-color: #9C438E;
}
</style>