Shades of Vivid Violet #9E269D
Tints of Vivid Violet #9E269D
RGB
CMYK
RGB Variations
Color information
#9E269D (or 0x9E269D) is known color: Vivid Violet. HEX triplet: 9E, 26 and 9D. RGB value is (158,38,157). Sum of RGB (Red+Green+Blue) = 158+38+157=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E269D is #61D962. Grayscale: #575757. Windows color (decimal): -6412643 or 10299038. OLE color: 10299038.
HSL color Cylindrical-coordinate representation of color #9E269D: hue angle of 300.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E269D is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 157 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.38 |
| HSL | 300.5º | 0.61% | 0.38% | - |
| HSV(B) | 300.5º | 0.76% | 0.62% | - |
| XYZ | 20.88 | 11.09 | 32.94 | - |
| YUV | 87.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 157 | 0 | 0.76 | 0.01 | 0.38 | 300.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 9D | 0 | 4C | 1 | 26 | 12C | 3D | 26 |
| Octal | 236 | 46 | 235 | 0 | 114 | 1 | 46 | 454 | 75 | 46 |
| Binary | 10011110 | 100110 | 10011101 | 0 | 1001100 | 1 | 100110 | 100101100 | 111101 | 100110 |
Color Harmonies of #9E269D
Complementary color
Monochromatic Colors of #9E269D
Black with #9E269D
Text Example
Text Example
White with #9E269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E269D; }
p { color: rgb(158,38,157); }
H1.HeaderClassName
{
color: #9E269D;
}
.AnyTagClassName
{
color: #9E269D;
}
</style>
background-color css
<style>
a { background-color: #9E269D; }
a { background-color: rgb(158,38,157); }
div.DivClassName
{
background-color: #9E269D;
}
.BgClassName
{
background-color: #9E269D;
}
</style>
border-color css
<style>
span { border-color: #9E269D; }
span { border-color: rgb(158,38,157); }
td.TdClassName
{
border-color: #9E269D;
}
.TagClassName
{
border-color: #9E269D;
}
</style>