Shades of Vivid Violet #9E309D
Tints of Vivid Violet #9E309D
RGB
CMYK
RGB Variations
Color information
#9E309D (or 0x9E309D) is known color: Vivid Violet. HEX triplet: 9E, 30 and 9D. RGB value is (158,48,157). Sum of RGB (Red+Green+Blue) = 158+48+157=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E309D is #61CF62. Grayscale: #5C5C5C. Windows color (decimal): -6410083 or 10301598. OLE color: 10301598.
HSL color Cylindrical-coordinate representation of color #9E309D: hue angle of 300.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E309D is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 157 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.38 |
| HSL | 300.55º | 0.53% | 0.4% | - |
| HSV(B) | 300.55º | 0.7% | 0.62% | - |
| XYZ | 21.24 | 11.82 | 33.06 | - |
| YUV | 93.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 157 | 0 | 0.70 | 0.01 | 0.38 | 300.55 | 0.53 | 0.4 |
| Hex | 9E | 30 | 9D | 0 | 46 | 1 | 26 | 12D | 35 | 28 |
| Octal | 236 | 60 | 235 | 0 | 106 | 1 | 46 | 455 | 65 | 50 |
| Binary | 10011110 | 110000 | 10011101 | 0 | 1000110 | 1 | 100110 | 100101101 | 110101 | 101000 |
Color Harmonies of #9E309D
Complementary color
Monochromatic Colors of #9E309D
Black with #9E309D
Text Example
Text Example
White with #9E309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E309D; }
p { color: rgb(158,48,157); }
H1.HeaderClassName
{
color: #9E309D;
}
.AnyTagClassName
{
color: #9E309D;
}
</style>
background-color css
<style>
a { background-color: #9E309D; }
a { background-color: rgb(158,48,157); }
div.DivClassName
{
background-color: #9E309D;
}
.BgClassName
{
background-color: #9E309D;
}
</style>
border-color css
<style>
span { border-color: #9E309D; }
span { border-color: rgb(158,48,157); }
td.TdClassName
{
border-color: #9E309D;
}
.TagClassName
{
border-color: #9E309D;
}
</style>