Shades of Vivid Violet #9C39A7
Tints of Vivid Violet #9C39A7
RGB
CMYK
RGB Variations
Color information
#9C39A7 (or 0x9C39A7) is known color: Vivid Violet. HEX triplet: 9C, 39 and A7. RGB value is (156,57,167). Sum of RGB (Red+Green+Blue) = 156+57+167=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C39A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C39A7 is #63C658. Grayscale: #626262. Windows color (decimal): -6538841 or 10959260. OLE color: 10959260.
HSL color Cylindrical-coordinate representation of color #9C39A7: hue angle of 294º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C39A7 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 57 | 167 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.35 |
| HSL | 294º | 0.49% | 0.44% | - |
| HSV(B) | 294º | 0.66% | 0.65% | - |
| XYZ | 22.15 | 12.78 | 37.86 | - |
| YUV | 99.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 167 | 0.07 | 0.66 | 0 | 0.35 | 294 | 0.49 | 0.44 |
| Hex | 9C | 39 | A7 | 7 | 42 | 0 | 23 | 126 | 31 | 2C |
| Octal | 234 | 71 | 247 | 7 | 102 | 0 | 43 | 446 | 61 | 54 |
| Binary | 10011100 | 111001 | 10100111 | 111 | 1000010 | 0 | 100011 | 100100110 | 110001 | 101100 |
Color Harmonies of #9C39A7
Complementary color
Monochromatic Colors of #9C39A7
Black with #9C39A7
Text Example
Text Example
White with #9C39A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39A7; }
p { color: rgb(156,57,167); }
H1.HeaderClassName
{
color: #9C39A7;
}
.AnyTagClassName
{
color: #9C39A7;
}
</style>
background-color css
<style>
a { background-color: #9C39A7; }
a { background-color: rgb(156,57,167); }
div.DivClassName
{
background-color: #9C39A7;
}
.BgClassName
{
background-color: #9C39A7;
}
</style>
border-color css
<style>
span { border-color: #9C39A7; }
span { border-color: rgb(156,57,167); }
td.TdClassName
{
border-color: #9C39A7;
}
.TagClassName
{
border-color: #9C39A7;
}
</style>