Shades of Vivid Violet #9E399F
Tints of Vivid Violet #9E399F
RGB
CMYK
RGB Variations
Color information
#9E399F (or 0x9E399F) is known color: Vivid Violet. HEX triplet: 9E, 39 and 9F. RGB value is (158,57,159). Sum of RGB (Red+Green+Blue) = 158+57+159=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E399F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E399F is #61C660. Grayscale: #626262. Windows color (decimal): -6407777 or 10434974. OLE color: 10434974.
HSL color Cylindrical-coordinate representation of color #9E399F: hue angle of 299.41º 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 #9E399F is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 159 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.38 |
| HSL | 299.41º | 0.47% | 0.42% | - |
| HSV(B) | 299.41º | 0.64% | 0.62% | - |
| XYZ | 21.82 | 12.7 | 34.1 | - |
| YUV | 98.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 159 | 0.01 | 0.64 | 0 | 0.38 | 299.41 | 0.47 | 0.42 |
| Hex | 9E | 39 | 9F | 1 | 40 | 0 | 26 | 12B | 2F | 2A |
| Octal | 236 | 71 | 237 | 1 | 100 | 0 | 46 | 453 | 57 | 52 |
| Binary | 10011110 | 111001 | 10011111 | 1 | 1000000 | 0 | 100110 | 100101011 | 101111 | 101010 |
Color Harmonies of #9E399F
Complementary color
Monochromatic Colors of #9E399F
Black with #9E399F
Text Example
Text Example
White with #9E399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E399F; }
p { color: rgb(158,57,159); }
H1.HeaderClassName
{
color: #9E399F;
}
.AnyTagClassName
{
color: #9E399F;
}
</style>
background-color css
<style>
a { background-color: #9E399F; }
a { background-color: rgb(158,57,159); }
div.DivClassName
{
background-color: #9E399F;
}
.BgClassName
{
background-color: #9E399F;
}
</style>
border-color css
<style>
span { border-color: #9E399F; }
span { border-color: rgb(158,57,159); }
td.TdClassName
{
border-color: #9E399F;
}
.TagClassName
{
border-color: #9E399F;
}
</style>