Shades of Vivid Violet #913E98
Tints of Vivid Violet #913E98
RGB
CMYK
RGB Variations
Color information
#913E98 (or 0x913E98) is known color: Vivid Violet. HEX triplet: 91, 3E and 98. RGB value is (145,62,152). Sum of RGB (Red+Green+Blue) = 145+62+152=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #913E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913E98 is #6EC167. Grayscale: #606060. Windows color (decimal): -7258472 or 9977489. OLE color: 9977489.
HSL color Cylindrical-coordinate representation of color #913E98: hue angle of 295.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913E98 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 62 | 152 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.40 |
| HSL | 295.33º | 0.42% | 0.42% | - |
| HSV(B) | 295.33º | 0.59% | 0.6% | - |
| XYZ | 19.07 | 11.73 | 30.97 | - |
| YUV | 97.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 152 | 0.05 | 0.59 | 0 | 0.40 | 295.33 | 0.42 | 0.42 |
| Hex | 91 | 3E | 98 | 5 | 3B | 0 | 28 | 127 | 2A | 2A |
| Octal | 221 | 76 | 230 | 5 | 73 | 0 | 50 | 447 | 52 | 52 |
| Binary | 10010001 | 111110 | 10011000 | 101 | 111011 | 0 | 101000 | 100100111 | 101010 | 101010 |
Color Harmonies of #913E98
Complementary color
Monochromatic Colors of #913E98
Black with #913E98
Text Example
Text Example
White with #913E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E98; }
p { color: rgb(145,62,152); }
H1.HeaderClassName
{
color: #913E98;
}
.AnyTagClassName
{
color: #913E98;
}
</style>
background-color css
<style>
a { background-color: #913E98; }
a { background-color: rgb(145,62,152); }
div.DivClassName
{
background-color: #913E98;
}
.BgClassName
{
background-color: #913E98;
}
</style>
border-color css
<style>
span { border-color: #913E98; }
span { border-color: rgb(145,62,152); }
td.TdClassName
{
border-color: #913E98;
}
.TagClassName
{
border-color: #913E98;
}
</style>