Shades of Vivid Violet #913C9A
Tints of Vivid Violet #913C9A
RGB
CMYK
RGB Variations
Color information
#913C9A (or 0x913C9A) is known color: Vivid Violet. HEX triplet: 91, 3C and 9A. RGB value is (145,60,154). Sum of RGB (Red+Green+Blue) = 145+60+154=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #913C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C9A is #6EC365. Grayscale: #5F5F5F. Windows color (decimal): -7258982 or 10108049. OLE color: 10108049.
HSL color Cylindrical-coordinate representation of color #913C9A: hue angle of 294.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913C9A is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 60 | 154 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.40 |
| HSL | 294.26º | 0.44% | 0.42% | - |
| HSV(B) | 294.26º | 0.61% | 0.6% | - |
| XYZ | 19.13 | 11.58 | 31.8 | - |
| YUV | 96.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 154 | 0.06 | 0.61 | 0 | 0.40 | 294.26 | 0.44 | 0.42 |
| Hex | 91 | 3C | 9A | 6 | 3D | 0 | 28 | 126 | 2C | 2A |
| Octal | 221 | 74 | 232 | 6 | 75 | 0 | 50 | 446 | 54 | 52 |
| Binary | 10010001 | 111100 | 10011010 | 110 | 111101 | 0 | 101000 | 100100110 | 101100 | 101010 |
Color Harmonies of #913C9A
Complementary color
Monochromatic Colors of #913C9A
Black with #913C9A
Text Example
Text Example
White with #913C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C9A; }
p { color: rgb(145,60,154); }
H1.HeaderClassName
{
color: #913C9A;
}
.AnyTagClassName
{
color: #913C9A;
}
</style>
background-color css
<style>
a { background-color: #913C9A; }
a { background-color: rgb(145,60,154); }
div.DivClassName
{
background-color: #913C9A;
}
.BgClassName
{
background-color: #913C9A;
}
</style>
border-color css
<style>
span { border-color: #913C9A; }
span { border-color: rgb(145,60,154); }
td.TdClassName
{
border-color: #913C9A;
}
.TagClassName
{
border-color: #913C9A;
}
</style>