Shades of Vivid Violet #913589
Tints of Vivid Violet #913589
RGB
CMYK
RGB Variations
Color information
#913589 (or 0x913589) is known color: Vivid Violet. HEX triplet: 91, 35 and 89. RGB value is (145,53,137). Sum of RGB (Red+Green+Blue) = 145+53+137=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913589 is #6ECA76. Grayscale: #595959. Windows color (decimal): -7260791 or 8992145. OLE color: 8992145.
HSL color Cylindrical-coordinate representation of color #913589: hue angle of 305.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913589 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 137 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.43 |
| HSL | 305.22º | 0.46% | 0.39% | - |
| HSV(B) | 305.22º | 0.63% | 0.57% | - |
| XYZ | 17.47 | 10.37 | 24.75 | - |
| YUV | 90.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 137 | 0 | 0.63 | 0.06 | 0.43 | 305.22 | 0.46 | 0.39 |
| Hex | 91 | 35 | 89 | 0 | 3F | 6 | 2B | 131 | 2E | 27 |
| Octal | 221 | 65 | 211 | 0 | 77 | 6 | 53 | 461 | 56 | 47 |
| Binary | 10010001 | 110101 | 10001001 | 0 | 111111 | 110 | 101011 | 100110001 | 101110 | 100111 |
Color Harmonies of #913589
Complementary color
Monochromatic Colors of #913589
Black with #913589
Text Example
Text Example
White with #913589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913589; }
p { color: rgb(145,53,137); }
H1.HeaderClassName
{
color: #913589;
}
.AnyTagClassName
{
color: #913589;
}
</style>
background-color css
<style>
a { background-color: #913589; }
a { background-color: rgb(145,53,137); }
div.DivClassName
{
background-color: #913589;
}
.BgClassName
{
background-color: #913589;
}
</style>
border-color css
<style>
span { border-color: #913589; }
span { border-color: rgb(145,53,137); }
td.TdClassName
{
border-color: #913589;
}
.TagClassName
{
border-color: #913589;
}
</style>