Shades of Vivid Violet #91479D
Tints of Vivid Violet #91479D
RGB
CMYK
RGB Variations
Color information
#91479D (or 0x91479D) is known color: Vivid Violet. HEX triplet: 91, 47 and 9D. RGB value is (145,71,157). Sum of RGB (Red+Green+Blue) = 145+71+157=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #91479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91479D is #6EB862. Grayscale: #666666. Windows color (decimal): -7256163 or 10307473. OLE color: 10307473.
HSL color Cylindrical-coordinate representation of color #91479D: hue angle of 291.63º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91479D is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 71 | 157 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.38 |
| HSL | 291.63º | 0.38% | 0.45% | - |
| HSV(B) | 291.63º | 0.55% | 0.62% | - |
| XYZ | 20.02 | 12.96 | 33.34 | - |
| YUV | 102.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 157 | 0.08 | 0.55 | 0 | 0.38 | 291.63 | 0.38 | 0.45 |
| Hex | 91 | 47 | 9D | 8 | 37 | 0 | 26 | 124 | 26 | 2D |
| Octal | 221 | 107 | 235 | 10 | 67 | 0 | 46 | 444 | 46 | 55 |
| Binary | 10010001 | 1000111 | 10011101 | 1000 | 110111 | 0 | 100110 | 100100100 | 100110 | 101101 |
Color Harmonies of #91479D
Complementary color
Monochromatic Colors of #91479D
Black with #91479D
Text Example
Text Example
White with #91479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91479D; }
p { color: rgb(145,71,157); }
H1.HeaderClassName
{
color: #91479D;
}
.AnyTagClassName
{
color: #91479D;
}
</style>
background-color css
<style>
a { background-color: #91479D; }
a { background-color: rgb(145,71,157); }
div.DivClassName
{
background-color: #91479D;
}
.BgClassName
{
background-color: #91479D;
}
</style>
border-color css
<style>
span { border-color: #91479D; }
span { border-color: rgb(145,71,157); }
td.TdClassName
{
border-color: #91479D;
}
.TagClassName
{
border-color: #91479D;
}
</style>