Shades of Vivid Violet #913C8D
Tints of Vivid Violet #913C8D
RGB
CMYK
RGB Variations
Color information
#913C8D (or 0x913C8D) is known color: Vivid Violet. HEX triplet: 91, 3C and 8D. RGB value is (145,60,141). Sum of RGB (Red+Green+Blue) = 145+60+141=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #913C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C8D is #6EC372. Grayscale: #5E5E5E. Windows color (decimal): -7258995 or 9256081. OLE color: 9256081.
HSL color Cylindrical-coordinate representation of color #913C8D: hue angle of 302.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C8D is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 141 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.43 |
| HSL | 302.82º | 0.41% | 0.4% | - |
| HSV(B) | 302.82º | 0.59% | 0.57% | - |
| XYZ | 18.1 | 11.17 | 26.4 | - |
| YUV | 94.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 141 | 0 | 0.59 | 0.03 | 0.43 | 302.82 | 0.41 | 0.4 |
| Hex | 91 | 3C | 8D | 0 | 3B | 3 | 2B | 12F | 29 | 28 |
| Octal | 221 | 74 | 215 | 0 | 73 | 3 | 53 | 457 | 51 | 50 |
| Binary | 10010001 | 111100 | 10001101 | 0 | 111011 | 11 | 101011 | 100101111 | 101001 | 101000 |
Color Harmonies of #913C8D
Complementary color
Monochromatic Colors of #913C8D
Black with #913C8D
Text Example
Text Example
White with #913C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C8D; }
p { color: rgb(145,60,141); }
H1.HeaderClassName
{
color: #913C8D;
}
.AnyTagClassName
{
color: #913C8D;
}
</style>
background-color css
<style>
a { background-color: #913C8D; }
a { background-color: rgb(145,60,141); }
div.DivClassName
{
background-color: #913C8D;
}
.BgClassName
{
background-color: #913C8D;
}
</style>
border-color css
<style>
span { border-color: #913C8D; }
span { border-color: rgb(145,60,141); }
td.TdClassName
{
border-color: #913C8D;
}
.TagClassName
{
border-color: #913C8D;
}
</style>