Shades of Vivid Violet #91499F
Tints of Vivid Violet #91499F
RGB
CMYK
RGB Variations
Color information
#91499F (or 0x91499F) is known color: Vivid Violet. HEX triplet: 91, 49 and 9F. RGB value is (145,73,159). Sum of RGB (Red+Green+Blue) = 145+73+159=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #91499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91499F is #6EB660. Grayscale: #686868. Windows color (decimal): -7255649 or 10439057. OLE color: 10439057.
HSL color Cylindrical-coordinate representation of color #91499F: hue angle of 290.23º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91499F is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 73 | 159 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.38 |
| HSL | 290.23º | 0.37% | 0.45% | - |
| HSV(B) | 290.23º | 0.54% | 0.62% | - |
| XYZ | 20.32 | 13.29 | 34.29 | - |
| YUV | 104.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 159 | 0.09 | 0.54 | 0 | 0.38 | 290.23 | 0.37 | 0.45 |
| Hex | 91 | 49 | 9F | 9 | 36 | 0 | 26 | 122 | 25 | 2D |
| Octal | 221 | 111 | 237 | 11 | 66 | 0 | 46 | 442 | 45 | 55 |
| Binary | 10010001 | 1001001 | 10011111 | 1001 | 110110 | 0 | 100110 | 100100010 | 100101 | 101101 |
Color Harmonies of #91499F
Complementary color
Monochromatic Colors of #91499F
Black with #91499F
Text Example
Text Example
White with #91499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91499F; }
p { color: rgb(145,73,159); }
H1.HeaderClassName
{
color: #91499F;
}
.AnyTagClassName
{
color: #91499F;
}
</style>
background-color css
<style>
a { background-color: #91499F; }
a { background-color: rgb(145,73,159); }
div.DivClassName
{
background-color: #91499F;
}
.BgClassName
{
background-color: #91499F;
}
</style>
border-color css
<style>
span { border-color: #91499F; }
span { border-color: rgb(145,73,159); }
td.TdClassName
{
border-color: #91499F;
}
.TagClassName
{
border-color: #91499F;
}
</style>