Shades of Vivid Violet #91499C
Tints of Vivid Violet #91499C
RGB
CMYK
RGB Variations
Color information
#91499C (or 0x91499C) is known color: Vivid Violet. HEX triplet: 91, 49 and 9C. RGB value is (145,73,156). Sum of RGB (Red+Green+Blue) = 145+73+156=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #91499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91499C is #6EB663. Grayscale: #676767. Windows color (decimal): -7255652 or 10242449. OLE color: 10242449.
HSL color Cylindrical-coordinate representation of color #91499C: hue angle of 292.05º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91499C is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 73 | 156 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.39 |
| HSL | 292.05º | 0.36% | 0.45% | - |
| HSV(B) | 292.05º | 0.53% | 0.61% | - |
| XYZ | 20.06 | 13.19 | 32.94 | - |
| YUV | 103.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 156 | 0.07 | 0.53 | 0 | 0.39 | 292.05 | 0.36 | 0.45 |
| Hex | 91 | 49 | 9C | 7 | 35 | 0 | 27 | 124 | 24 | 2D |
| Octal | 221 | 111 | 234 | 7 | 65 | 0 | 47 | 444 | 44 | 55 |
| Binary | 10010001 | 1001001 | 10011100 | 111 | 110101 | 0 | 100111 | 100100100 | 100100 | 101101 |
Color Harmonies of #91499C
Complementary color
Monochromatic Colors of #91499C
Black with #91499C
Text Example
Text Example
White with #91499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91499C; }
p { color: rgb(145,73,156); }
H1.HeaderClassName
{
color: #91499C;
}
.AnyTagClassName
{
color: #91499C;
}
</style>
background-color css
<style>
a { background-color: #91499C; }
a { background-color: rgb(145,73,156); }
div.DivClassName
{
background-color: #91499C;
}
.BgClassName
{
background-color: #91499C;
}
</style>
border-color css
<style>
span { border-color: #91499C; }
span { border-color: rgb(145,73,156); }
td.TdClassName
{
border-color: #91499C;
}
.TagClassName
{
border-color: #91499C;
}
</style>