Shades of Vivid Violet #9E379D
Tints of Vivid Violet #9E379D
RGB
CMYK
RGB Variations
Color information
#9E379D (or 0x9E379D) is known color: Vivid Violet. HEX triplet: 9E, 37 and 9D. RGB value is (158,55,157). Sum of RGB (Red+Green+Blue) = 158+55+157=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E379D is #61C862. Grayscale: #616161. Windows color (decimal): -6408291 or 10303390. OLE color: 10303390.
HSL color Cylindrical-coordinate representation of color #9E379D: hue angle of 300.58º 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 #9E379D is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 157 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.38 |
| HSL | 300.58º | 0.48% | 0.42% | - |
| HSV(B) | 300.58º | 0.65% | 0.62% | - |
| XYZ | 21.55 | 12.44 | 33.16 | - |
| YUV | 97.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 157 | 0 | 0.65 | 0.01 | 0.38 | 300.58 | 0.48 | 0.42 |
| Hex | 9E | 37 | 9D | 0 | 41 | 1 | 26 | 12D | 30 | 2A |
| Octal | 236 | 67 | 235 | 0 | 101 | 1 | 46 | 455 | 60 | 52 |
| Binary | 10011110 | 110111 | 10011101 | 0 | 1000001 | 1 | 100110 | 100101101 | 110000 | 101010 |
Color Harmonies of #9E379D
Complementary color
Monochromatic Colors of #9E379D
Black with #9E379D
Text Example
Text Example
White with #9E379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E379D; }
p { color: rgb(158,55,157); }
H1.HeaderClassName
{
color: #9E379D;
}
.AnyTagClassName
{
color: #9E379D;
}
</style>
background-color css
<style>
a { background-color: #9E379D; }
a { background-color: rgb(158,55,157); }
div.DivClassName
{
background-color: #9E379D;
}
.BgClassName
{
background-color: #9E379D;
}
</style>
border-color css
<style>
span { border-color: #9E379D; }
span { border-color: rgb(158,55,157); }
td.TdClassName
{
border-color: #9E379D;
}
.TagClassName
{
border-color: #9E379D;
}
</style>