Shades of Vivid Violet #9E39A5
Tints of Vivid Violet #9E39A5
RGB
CMYK
RGB Variations
Color information
#9E39A5 (or 0x9E39A5) is known color: Vivid Violet. HEX triplet: 9E, 39 and A5. RGB value is (158,57,165). Sum of RGB (Red+Green+Blue) = 158+57+165=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E39A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E39A5 is #61C65A. Grayscale: #636363. Windows color (decimal): -6407771 or 10828190. OLE color: 10828190.
HSL color Cylindrical-coordinate representation of color #9E39A5: hue angle of 296.11º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E39A5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 57 | 165 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.35 |
| HSL | 296.11º | 0.49% | 0.44% | - |
| HSV(B) | 296.11º | 0.65% | 0.65% | - |
| XYZ | 22.36 | 12.91 | 36.91 | - |
| YUV | 99.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 165 | 0.04 | 0.65 | 0 | 0.35 | 296.11 | 0.49 | 0.44 |
| Hex | 9E | 39 | A5 | 4 | 41 | 0 | 23 | 128 | 31 | 2C |
| Octal | 236 | 71 | 245 | 4 | 101 | 0 | 43 | 450 | 61 | 54 |
| Binary | 10011110 | 111001 | 10100101 | 100 | 1000001 | 0 | 100011 | 100101000 | 110001 | 101100 |
Color Harmonies of #9E39A5
Complementary color
Monochromatic Colors of #9E39A5
Black with #9E39A5
Text Example
Text Example
White with #9E39A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E39A5; }
p { color: rgb(158,57,165); }
H1.HeaderClassName
{
color: #9E39A5;
}
.AnyTagClassName
{
color: #9E39A5;
}
</style>
background-color css
<style>
a { background-color: #9E39A5; }
a { background-color: rgb(158,57,165); }
div.DivClassName
{
background-color: #9E39A5;
}
.BgClassName
{
background-color: #9E39A5;
}
</style>
border-color css
<style>
span { border-color: #9E39A5; }
span { border-color: rgb(158,57,165); }
td.TdClassName
{
border-color: #9E39A5;
}
.TagClassName
{
border-color: #9E39A5;
}
</style>