Shades of Vivid Violet #91479B
Tints of Vivid Violet #91479B
RGB
CMYK
RGB Variations
Color information
#91479B (or 0x91479B) is known color: Vivid Violet. HEX triplet: 91, 47 and 9B. RGB value is (145,71,155). Sum of RGB (Red+Green+Blue) = 145+71+155=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #91479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91479B is #6EB864. Grayscale: #666666. Windows color (decimal): -7256165 or 10176401. OLE color: 10176401.
HSL color Cylindrical-coordinate representation of color #91479B: hue angle of 292.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91479B is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 71 | 155 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.39 |
| HSL | 292.86º | 0.37% | 0.44% | - |
| HSV(B) | 292.86º | 0.54% | 0.61% | - |
| XYZ | 19.85 | 12.89 | 32.45 | - |
| YUV | 102.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 155 | 0.06 | 0.54 | 0 | 0.39 | 292.86 | 0.37 | 0.44 |
| Hex | 91 | 47 | 9B | 6 | 36 | 0 | 27 | 125 | 25 | 2C |
| Octal | 221 | 107 | 233 | 6 | 66 | 0 | 47 | 445 | 45 | 54 |
| Binary | 10010001 | 1000111 | 10011011 | 110 | 110110 | 0 | 100111 | 100100101 | 100101 | 101100 |
Color Harmonies of #91479B
Complementary color
Monochromatic Colors of #91479B
Black with #91479B
Text Example
Text Example
White with #91479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91479B; }
p { color: rgb(145,71,155); }
H1.HeaderClassName
{
color: #91479B;
}
.AnyTagClassName
{
color: #91479B;
}
</style>
background-color css
<style>
a { background-color: #91479B; }
a { background-color: rgb(145,71,155); }
div.DivClassName
{
background-color: #91479B;
}
.BgClassName
{
background-color: #91479B;
}
</style>
border-color css
<style>
span { border-color: #91479B; }
span { border-color: rgb(145,71,155); }
td.TdClassName
{
border-color: #91479B;
}
.TagClassName
{
border-color: #91479B;
}
</style>