Shades of Vivid Violet #9C399D
Tints of Vivid Violet #9C399D
RGB
CMYK
RGB Variations
Color information
#9C399D (or 0x9C399D) is known color: Vivid Violet. HEX triplet: 9C, 39 and 9D. RGB value is (156,57,157). Sum of RGB (Red+Green+Blue) = 156+57+157=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C399D is #63C662. Grayscale: #616161. Windows color (decimal): -6538851 or 10303900. OLE color: 10303900.
HSL color Cylindrical-coordinate representation of color #9C399D: hue angle of 299.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C399D is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 57 | 157 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.38 |
| HSL | 299.4º | 0.47% | 0.42% | - |
| HSV(B) | 299.4º | 0.64% | 0.62% | - |
| XYZ | 21.26 | 12.43 | 33.18 | - |
| YUV | 98 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 157 | 0.01 | 0.64 | 0 | 0.38 | 299.4 | 0.47 | 0.42 |
| Hex | 9C | 39 | 9D | 1 | 40 | 0 | 26 | 12B | 2F | 2A |
| Octal | 234 | 71 | 235 | 1 | 100 | 0 | 46 | 453 | 57 | 52 |
| Binary | 10011100 | 111001 | 10011101 | 1 | 1000000 | 0 | 100110 | 100101011 | 101111 | 101010 |
Color Harmonies of #9C399D
Complementary color
Monochromatic Colors of #9C399D
Black with #9C399D
Text Example
Text Example
White with #9C399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C399D; }
p { color: rgb(156,57,157); }
H1.HeaderClassName
{
color: #9C399D;
}
.AnyTagClassName
{
color: #9C399D;
}
</style>
background-color css
<style>
a { background-color: #9C399D; }
a { background-color: rgb(156,57,157); }
div.DivClassName
{
background-color: #9C399D;
}
.BgClassName
{
background-color: #9C399D;
}
</style>
border-color css
<style>
span { border-color: #9C399D; }
span { border-color: rgb(156,57,157); }
td.TdClassName
{
border-color: #9C399D;
}
.TagClassName
{
border-color: #9C399D;
}
</style>