Shades of Vivid Violet #9E379B
Tints of Vivid Violet #9E379B
RGB
CMYK
RGB Variations
Color information
#9E379B (or 0x9E379B) is known color: Vivid Violet. HEX triplet: 9E, 37 and 9B. RGB value is (158,55,155). Sum of RGB (Red+Green+Blue) = 158+55+155=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E379B is #61C864. Grayscale: #606060. Windows color (decimal): -6408293 or 10172318. OLE color: 10172318.
HSL color Cylindrical-coordinate representation of color #9E379B: hue angle of 301.75º 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 #9E379B is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 155 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.38 |
| HSL | 301.75º | 0.48% | 0.42% | - |
| HSV(B) | 301.75º | 0.65% | 0.62% | - |
| XYZ | 21.38 | 12.37 | 32.27 | - |
| YUV | 97.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 155 | 0 | 0.65 | 0.02 | 0.38 | 301.75 | 0.48 | 0.42 |
| Hex | 9E | 37 | 9B | 0 | 41 | 2 | 26 | 12E | 30 | 2A |
| Octal | 236 | 67 | 233 | 0 | 101 | 2 | 46 | 456 | 60 | 52 |
| Binary | 10011110 | 110111 | 10011011 | 0 | 1000001 | 10 | 100110 | 100101110 | 110000 | 101010 |
Color Harmonies of #9E379B
Complementary color
Monochromatic Colors of #9E379B
Black with #9E379B
Text Example
Text Example
White with #9E379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E379B; }
p { color: rgb(158,55,155); }
H1.HeaderClassName
{
color: #9E379B;
}
.AnyTagClassName
{
color: #9E379B;
}
</style>
background-color css
<style>
a { background-color: #9E379B; }
a { background-color: rgb(158,55,155); }
div.DivClassName
{
background-color: #9E379B;
}
.BgClassName
{
background-color: #9E379B;
}
</style>
border-color css
<style>
span { border-color: #9E379B; }
span { border-color: rgb(158,55,155); }
td.TdClassName
{
border-color: #9E379B;
}
.TagClassName
{
border-color: #9E379B;
}
</style>