Shades of Vivid Violet #914695
Tints of Vivid Violet #914695
RGB
CMYK
RGB Variations
Color information
#914695 (or 0x914695) is known color: Vivid Violet. HEX triplet: 91, 46 and 95. RGB value is (145,70,149). Sum of RGB (Red+Green+Blue) = 145+70+149=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #914695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914695 is #6EB96A. Grayscale: #656565. Windows color (decimal): -7256427 or 9782929. OLE color: 9782929.
HSL color Cylindrical-coordinate representation of color #914695: hue angle of 296.96º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914695 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 70 | 149 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.42 |
| HSL | 296.96º | 0.36% | 0.43% | - |
| HSV(B) | 296.96º | 0.53% | 0.58% | - |
| XYZ | 19.29 | 12.57 | 29.84 | - |
| YUV | 101.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 149 | 0.03 | 0.53 | 0 | 0.42 | 296.96 | 0.36 | 0.43 |
| Hex | 91 | 46 | 95 | 3 | 35 | 0 | 2A | 129 | 24 | 2B |
| Octal | 221 | 106 | 225 | 3 | 65 | 0 | 52 | 451 | 44 | 53 |
| Binary | 10010001 | 1000110 | 10010101 | 11 | 110101 | 0 | 101010 | 100101001 | 100100 | 101011 |
Color Harmonies of #914695
Complementary color
Monochromatic Colors of #914695
Black with #914695
Text Example
Text Example
White with #914695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914695; }
p { color: rgb(145,70,149); }
H1.HeaderClassName
{
color: #914695;
}
.AnyTagClassName
{
color: #914695;
}
</style>
background-color css
<style>
a { background-color: #914695; }
a { background-color: rgb(145,70,149); }
div.DivClassName
{
background-color: #914695;
}
.BgClassName
{
background-color: #914695;
}
</style>
border-color css
<style>
span { border-color: #914695; }
span { border-color: rgb(145,70,149); }
td.TdClassName
{
border-color: #914695;
}
.TagClassName
{
border-color: #914695;
}
</style>