Shades of Vivid Violet #91479A
Tints of Vivid Violet #91479A
RGB
CMYK
RGB Variations
Color information
#91479A (or 0x91479A) is known color: Vivid Violet. HEX triplet: 91, 47 and 9A. RGB value is (145,71,154). Sum of RGB (Red+Green+Blue) = 145+71+154=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #91479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91479A is #6EB865. Grayscale: #666666. Windows color (decimal): -7256166 or 10110865. OLE color: 10110865.
HSL color Cylindrical-coordinate representation of color #91479A: hue angle of 293.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91479A is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 71 | 154 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.40 |
| HSL | 293.49º | 0.37% | 0.44% | - |
| HSV(B) | 293.49º | 0.54% | 0.6% | - |
| XYZ | 19.76 | 12.86 | 32.01 | - |
| YUV | 102.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 154 | 0.06 | 0.54 | 0 | 0.40 | 293.49 | 0.37 | 0.44 |
| Hex | 91 | 47 | 9A | 6 | 36 | 0 | 28 | 125 | 25 | 2C |
| Octal | 221 | 107 | 232 | 6 | 66 | 0 | 50 | 445 | 45 | 54 |
| Binary | 10010001 | 1000111 | 10011010 | 110 | 110110 | 0 | 101000 | 100100101 | 100101 | 101100 |
Color Harmonies of #91479A
Complementary color
Monochromatic Colors of #91479A
Black with #91479A
Text Example
Text Example
White with #91479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91479A; }
p { color: rgb(145,71,154); }
H1.HeaderClassName
{
color: #91479A;
}
.AnyTagClassName
{
color: #91479A;
}
</style>
background-color css
<style>
a { background-color: #91479A; }
a { background-color: rgb(145,71,154); }
div.DivClassName
{
background-color: #91479A;
}
.BgClassName
{
background-color: #91479A;
}
</style>
border-color css
<style>
span { border-color: #91479A; }
span { border-color: rgb(145,71,154); }
td.TdClassName
{
border-color: #91479A;
}
.TagClassName
{
border-color: #91479A;
}
</style>