Shades of Vivid Violet #9F229E
Tints of Vivid Violet #9F229E
RGB
CMYK
RGB Variations
Color information
#9F229E (or 0x9F229E) is known color: Vivid Violet. HEX triplet: 9F, 22 and 9E. RGB value is (159,34,158). Sum of RGB (Red+Green+Blue) = 159+34+158=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F229E is #60DD61. Grayscale: #555555. Windows color (decimal): -6348130 or 10363551. OLE color: 10363551.
HSL color Cylindrical-coordinate representation of color #9F229E: hue angle of 300.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F229E is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 158 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.38 |
| HSL | 300.48º | 0.65% | 0.38% | - |
| HSV(B) | 300.48º | 0.79% | 0.62% | - |
| XYZ | 21.04 | 10.98 | 33.36 | - |
| YUV | 85.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 158 | 0 | 0.79 | 0.01 | 0.38 | 300.48 | 0.65 | 0.38 |
| Hex | 9F | 22 | 9E | 0 | 4F | 1 | 26 | 12C | 41 | 26 |
| Octal | 237 | 42 | 236 | 0 | 117 | 1 | 46 | 454 | 101 | 46 |
| Binary | 10011111 | 100010 | 10011110 | 0 | 1001111 | 1 | 100110 | 100101100 | 1000001 | 100110 |
Color Harmonies of #9F229E
Complementary color
Monochromatic Colors of #9F229E
Black with #9F229E
Text Example
Text Example
White with #9F229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F229E; }
p { color: rgb(159,34,158); }
H1.HeaderClassName
{
color: #9F229E;
}
.AnyTagClassName
{
color: #9F229E;
}
</style>
background-color css
<style>
a { background-color: #9F229E; }
a { background-color: rgb(159,34,158); }
div.DivClassName
{
background-color: #9F229E;
}
.BgClassName
{
background-color: #9F229E;
}
</style>
border-color css
<style>
span { border-color: #9F229E; }
span { border-color: rgb(159,34,158); }
td.TdClassName
{
border-color: #9F229E;
}
.TagClassName
{
border-color: #9F229E;
}
</style>