Shades of Vivid Violet #9E259B
Tints of Vivid Violet #9E259B
RGB
CMYK
RGB Variations
Color information
#9E259B (or 0x9E259B) is known color: Vivid Violet. HEX triplet: 9E, 25 and 9B. RGB value is (158,37,155). Sum of RGB (Red+Green+Blue) = 158+37+155=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E259B is #61DA64. Grayscale: #565656. Windows color (decimal): -6412901 or 10167710. OLE color: 10167710.
HSL color Cylindrical-coordinate representation of color #9E259B: hue angle of 301.49º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E259B is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 155 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.38 |
| HSL | 301.49º | 0.62% | 0.38% | - |
| HSV(B) | 301.49º | 0.77% | 0.62% | - |
| XYZ | 20.68 | 10.96 | 32.04 | - |
| YUV | 86.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 155 | 0 | 0.77 | 0.02 | 0.38 | 301.49 | 0.62 | 0.38 |
| Hex | 9E | 25 | 9B | 0 | 4D | 2 | 26 | 12D | 3E | 26 |
| Octal | 236 | 45 | 233 | 0 | 115 | 2 | 46 | 455 | 76 | 46 |
| Binary | 10011110 | 100101 | 10011011 | 0 | 1001101 | 10 | 100110 | 100101101 | 111110 | 100110 |
Color Harmonies of #9E259B
Complementary color
Monochromatic Colors of #9E259B
Black with #9E259B
Text Example
Text Example
White with #9E259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E259B; }
p { color: rgb(158,37,155); }
H1.HeaderClassName
{
color: #9E259B;
}
.AnyTagClassName
{
color: #9E259B;
}
</style>
background-color css
<style>
a { background-color: #9E259B; }
a { background-color: rgb(158,37,155); }
div.DivClassName
{
background-color: #9E259B;
}
.BgClassName
{
background-color: #9E259B;
}
</style>
border-color css
<style>
span { border-color: #9E259B; }
span { border-color: rgb(158,37,155); }
td.TdClassName
{
border-color: #9E259B;
}
.TagClassName
{
border-color: #9E259B;
}
</style>