Shades of Vivid Violet #913699
Tints of Vivid Violet #913699
RGB
CMYK
RGB Variations
Color information
#913699 (or 0x913699) is known color: Vivid Violet. HEX triplet: 91, 36 and 99. RGB value is (145,54,153). Sum of RGB (Red+Green+Blue) = 145+54+153=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #913699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913699 is #6EC966. Grayscale: #5C5C5C. Windows color (decimal): -7260519 or 10040977. OLE color: 10040977.
HSL color Cylindrical-coordinate representation of color #913699: hue angle of 295.15º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913699 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 54 | 153 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.4 |
| HSL | 295.15º | 0.48% | 0.41% | - |
| HSV(B) | 295.15º | 0.65% | 0.6% | - |
| XYZ | 18.75 | 10.96 | 31.26 | - |
| YUV | 92.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 153 | 0.05 | 0.65 | 0 | 0.4 | 295.15 | 0.48 | 0.41 |
| Hex | 91 | 36 | 99 | 5 | 41 | 0 | 28 | 127 | 30 | 29 |
| Octal | 221 | 66 | 231 | 5 | 101 | 0 | 50 | 447 | 60 | 51 |
| Binary | 10010001 | 110110 | 10011001 | 101 | 1000001 | 0 | 101000 | 100100111 | 110000 | 101001 |
Color Harmonies of #913699
Complementary color
Monochromatic Colors of #913699
Black with #913699
Text Example
Text Example
White with #913699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913699; }
p { color: rgb(145,54,153); }
H1.HeaderClassName
{
color: #913699;
}
.AnyTagClassName
{
color: #913699;
}
</style>
background-color css
<style>
a { background-color: #913699; }
a { background-color: rgb(145,54,153); }
div.DivClassName
{
background-color: #913699;
}
.BgClassName
{
background-color: #913699;
}
</style>
border-color css
<style>
span { border-color: #913699; }
span { border-color: rgb(145,54,153); }
td.TdClassName
{
border-color: #913699;
}
.TagClassName
{
border-color: #913699;
}
</style>