Shades of Vivid Violet #914799
Tints of Vivid Violet #914799
RGB
CMYK
RGB Variations
Color information
#914799 (or 0x914799) is known color: Vivid Violet. HEX triplet: 91, 47 and 99. RGB value is (145,71,153). Sum of RGB (Red+Green+Blue) = 145+71+153=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #914799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914799 is #6EB866. Grayscale: #666666. Windows color (decimal): -7256167 or 10045329. OLE color: 10045329.
HSL color Cylindrical-coordinate representation of color #914799: hue angle of 294.15º 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 #914799 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 71 | 153 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.4 |
| HSL | 294.15º | 0.37% | 0.44% | - |
| HSV(B) | 294.15º | 0.54% | 0.6% | - |
| XYZ | 19.68 | 12.83 | 31.58 | - |
| YUV | 102.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 153 | 0.05 | 0.54 | 0 | 0.4 | 294.15 | 0.37 | 0.44 |
| Hex | 91 | 47 | 99 | 5 | 36 | 0 | 28 | 126 | 25 | 2C |
| Octal | 221 | 107 | 231 | 5 | 66 | 0 | 50 | 446 | 45 | 54 |
| Binary | 10010001 | 1000111 | 10011001 | 101 | 110110 | 0 | 101000 | 100100110 | 100101 | 101100 |
Color Harmonies of #914799
Complementary color
Monochromatic Colors of #914799
Black with #914799
Text Example
Text Example
White with #914799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914799; }
p { color: rgb(145,71,153); }
H1.HeaderClassName
{
color: #914799;
}
.AnyTagClassName
{
color: #914799;
}
</style>
background-color css
<style>
a { background-color: #914799; }
a { background-color: rgb(145,71,153); }
div.DivClassName
{
background-color: #914799;
}
.BgClassName
{
background-color: #914799;
}
</style>
border-color css
<style>
span { border-color: #914799; }
span { border-color: rgb(145,71,153); }
td.TdClassName
{
border-color: #914799;
}
.TagClassName
{
border-color: #914799;
}
</style>