Shades of Vivid Violet #9E339B
Tints of Vivid Violet #9E339B
RGB
CMYK
RGB Variations
Color information
#9E339B (or 0x9E339B) is known color: Vivid Violet. HEX triplet: 9E, 33 and 9B. RGB value is (158,51,155). Sum of RGB (Red+Green+Blue) = 158+51+155=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E339B is #61CC64. Grayscale: #5E5E5E. Windows color (decimal): -6409317 or 10171294. OLE color: 10171294.
HSL color Cylindrical-coordinate representation of color #9E339B: hue angle of 301.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E339B is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 155 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.38 |
| HSL | 301.68º | 0.51% | 0.41% | - |
| HSV(B) | 301.68º | 0.68% | 0.62% | - |
| XYZ | 21.2 | 12 | 32.21 | - |
| YUV | 94.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 155 | 0 | 0.68 | 0.02 | 0.38 | 301.68 | 0.51 | 0.41 |
| Hex | 9E | 33 | 9B | 0 | 44 | 2 | 26 | 12E | 33 | 29 |
| Octal | 236 | 63 | 233 | 0 | 104 | 2 | 46 | 456 | 63 | 51 |
| Binary | 10011110 | 110011 | 10011011 | 0 | 1000100 | 10 | 100110 | 100101110 | 110011 | 101001 |
Color Harmonies of #9E339B
Complementary color
Monochromatic Colors of #9E339B
Black with #9E339B
Text Example
Text Example
White with #9E339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E339B; }
p { color: rgb(158,51,155); }
H1.HeaderClassName
{
color: #9E339B;
}
.AnyTagClassName
{
color: #9E339B;
}
</style>
background-color css
<style>
a { background-color: #9E339B; }
a { background-color: rgb(158,51,155); }
div.DivClassName
{
background-color: #9E339B;
}
.BgClassName
{
background-color: #9E339B;
}
</style>
border-color css
<style>
span { border-color: #9E339B; }
span { border-color: rgb(158,51,155); }
td.TdClassName
{
border-color: #9E339B;
}
.TagClassName
{
border-color: #9E339B;
}
</style>