Shades of Vivid Violet #914199
Tints of Vivid Violet #914199
RGB
CMYK
RGB Variations
Color information
#914199 (or 0x914199) is known color: Vivid Violet. HEX triplet: 91, 41 and 99. RGB value is (145,65,153). Sum of RGB (Red+Green+Blue) = 145+65+153=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #914199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914199 is #6EBE66. Grayscale: #626262. Windows color (decimal): -7257703 or 10043793. OLE color: 10043793.
HSL color Cylindrical-coordinate representation of color #914199: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #914199 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 65 | 153 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.4 |
| HSL | 294.55º | 0.4% | 0.43% | - |
| HSV(B) | 294.55º | 0.58% | 0.6% | - |
| XYZ | 19.32 | 12.1 | 31.45 | - |
| YUV | 98.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 153 | 0.05 | 0.58 | 0 | 0.4 | 294.55 | 0.4 | 0.43 |
| Hex | 91 | 41 | 99 | 5 | 3A | 0 | 28 | 127 | 28 | 2B |
| Octal | 221 | 101 | 231 | 5 | 72 | 0 | 50 | 447 | 50 | 53 |
| Binary | 10010001 | 1000001 | 10011001 | 101 | 111010 | 0 | 101000 | 100100111 | 101000 | 101011 |
Color Harmonies of #914199
Complementary color
Monochromatic Colors of #914199
Black with #914199
Text Example
Text Example
White with #914199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914199; }
p { color: rgb(145,65,153); }
H1.HeaderClassName
{
color: #914199;
}
.AnyTagClassName
{
color: #914199;
}
</style>
background-color css
<style>
a { background-color: #914199; }
a { background-color: rgb(145,65,153); }
div.DivClassName
{
background-color: #914199;
}
.BgClassName
{
background-color: #914199;
}
</style>
border-color css
<style>
span { border-color: #914199; }
span { border-color: rgb(145,65,153); }
td.TdClassName
{
border-color: #914199;
}
.TagClassName
{
border-color: #914199;
}
</style>