Shades of Vivid Violet #913593
Tints of Vivid Violet #913593
RGB
CMYK
RGB Variations
Color information
#913593 (or 0x913593) is known color: Vivid Violet. HEX triplet: 91, 35 and 93. RGB value is (145,53,147). Sum of RGB (Red+Green+Blue) = 145+53+147=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #913593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913593 is #6ECA6C. Grayscale: #5A5A5A. Windows color (decimal): -7260781 or 9647505. OLE color: 9647505.
HSL color Cylindrical-coordinate representation of color #913593: hue angle of 298.72º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913593 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 53 | 147 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.42 |
| HSL | 298.72º | 0.47% | 0.39% | - |
| HSV(B) | 298.72º | 0.64% | 0.58% | - |
| XYZ | 18.22 | 10.67 | 28.7 | - |
| YUV | 91.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 147 | 0.01 | 0.64 | 0 | 0.42 | 298.72 | 0.47 | 0.39 |
| Hex | 91 | 35 | 93 | 1 | 40 | 0 | 2A | 12B | 2F | 27 |
| Octal | 221 | 65 | 223 | 1 | 100 | 0 | 52 | 453 | 57 | 47 |
| Binary | 10010001 | 110101 | 10010011 | 1 | 1000000 | 0 | 101010 | 100101011 | 101111 | 100111 |
Color Harmonies of #913593
Complementary color
Monochromatic Colors of #913593
Black with #913593
Text Example
Text Example
White with #913593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913593; }
p { color: rgb(145,53,147); }
H1.HeaderClassName
{
color: #913593;
}
.AnyTagClassName
{
color: #913593;
}
</style>
background-color css
<style>
a { background-color: #913593; }
a { background-color: rgb(145,53,147); }
div.DivClassName
{
background-color: #913593;
}
.BgClassName
{
background-color: #913593;
}
</style>
border-color css
<style>
span { border-color: #913593; }
span { border-color: rgb(145,53,147); }
td.TdClassName
{
border-color: #913593;
}
.TagClassName
{
border-color: #913593;
}
</style>