Shades of Vivid Violet #9C389E
Tints of Vivid Violet #9C389E
RGB
CMYK
RGB Variations
Color information
#9C389E (or 0x9C389E) is known color: Vivid Violet. HEX triplet: 9C, 38 and 9E. RGB value is (156,56,158). Sum of RGB (Red+Green+Blue) = 156+56+158=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C389E is #63C761. Grayscale: #616161. Windows color (decimal): -6539106 or 10369180. OLE color: 10369180.
HSL color Cylindrical-coordinate representation of color #9C389E: hue angle of 298.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C389E is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 56 | 158 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.38 |
| HSL | 298.82º | 0.48% | 0.42% | - |
| HSV(B) | 298.82º | 0.65% | 0.62% | - |
| XYZ | 21.3 | 12.36 | 33.61 | - |
| YUV | 97.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 158 | 0.01 | 0.65 | 0 | 0.38 | 298.82 | 0.48 | 0.42 |
| Hex | 9C | 38 | 9E | 1 | 41 | 0 | 26 | 12B | 30 | 2A |
| Octal | 234 | 70 | 236 | 1 | 101 | 0 | 46 | 453 | 60 | 52 |
| Binary | 10011100 | 111000 | 10011110 | 1 | 1000001 | 0 | 100110 | 100101011 | 110000 | 101010 |
Color Harmonies of #9C389E
Complementary color
Monochromatic Colors of #9C389E
Black with #9C389E
Text Example
Text Example
White with #9C389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C389E; }
p { color: rgb(156,56,158); }
H1.HeaderClassName
{
color: #9C389E;
}
.AnyTagClassName
{
color: #9C389E;
}
</style>
background-color css
<style>
a { background-color: #9C389E; }
a { background-color: rgb(156,56,158); }
div.DivClassName
{
background-color: #9C389E;
}
.BgClassName
{
background-color: #9C389E;
}
</style>
border-color css
<style>
span { border-color: #9C389E; }
span { border-color: rgb(156,56,158); }
td.TdClassName
{
border-color: #9C389E;
}
.TagClassName
{
border-color: #9C389E;
}
</style>