Shades of Vivid Violet #9E269B
Tints of Vivid Violet #9E269B
RGB
CMYK
RGB Variations
Color information
#9E269B (or 0x9E269B) is known color: Vivid Violet. HEX triplet: 9E, 26 and 9B. RGB value is (158,38,155). Sum of RGB (Red+Green+Blue) = 158+38+155=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E269B is #61D964. Grayscale: #565656. Windows color (decimal): -6412645 or 10167966. OLE color: 10167966.
HSL color Cylindrical-coordinate representation of color #9E269B: hue angle of 301.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 #9E269B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 155 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.38 |
| HSL | 301.5º | 0.61% | 0.38% | - |
| HSV(B) | 301.5º | 0.76% | 0.62% | - |
| XYZ | 20.71 | 11.02 | 32.05 | - |
| YUV | 87.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 155 | 0 | 0.76 | 0.02 | 0.38 | 301.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 9B | 0 | 4C | 2 | 26 | 12E | 3D | 26 |
| Octal | 236 | 46 | 233 | 0 | 114 | 2 | 46 | 456 | 75 | 46 |
| Binary | 10011110 | 100110 | 10011011 | 0 | 1001100 | 10 | 100110 | 100101110 | 111101 | 100110 |
Color Harmonies of #9E269B
Complementary color
Monochromatic Colors of #9E269B
Black with #9E269B
Text Example
Text Example
White with #9E269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E269B; }
p { color: rgb(158,38,155); }
H1.HeaderClassName
{
color: #9E269B;
}
.AnyTagClassName
{
color: #9E269B;
}
</style>
background-color css
<style>
a { background-color: #9E269B; }
a { background-color: rgb(158,38,155); }
div.DivClassName
{
background-color: #9E269B;
}
.BgClassName
{
background-color: #9E269B;
}
</style>
border-color css
<style>
span { border-color: #9E269B; }
span { border-color: rgb(158,38,155); }
td.TdClassName
{
border-color: #9E269B;
}
.TagClassName
{
border-color: #9E269B;
}
</style>