Shades of Vivid Violet #9341A0
Tints of Vivid Violet #9341A0
RGB
CMYK
RGB Variations
Color information
#9341A0 (or 0x9341A0) is known color: Vivid Violet. HEX triplet: 93, 41 and A0. RGB value is (147,65,160). Sum of RGB (Red+Green+Blue) = 147+65+160=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #9341A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341A0 is #6CBE5F. Grayscale: #646464. Windows color (decimal): -7126624 or 10502547. OLE color: 10502547.
HSL color Cylindrical-coordinate representation of color #9341A0: hue angle of 291.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9341A0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 65 | 160 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.37 |
| HSL | 291.79º | 0.42% | 0.44% | - |
| HSV(B) | 291.79º | 0.59% | 0.63% | - |
| XYZ | 20.27 | 12.52 | 34.61 | - |
| YUV | 100.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 160 | 0.08 | 0.59 | 0 | 0.37 | 291.79 | 0.42 | 0.44 |
| Hex | 93 | 41 | A0 | 8 | 3B | 0 | 25 | 124 | 2A | 2C |
| Octal | 223 | 101 | 240 | 10 | 73 | 0 | 45 | 444 | 52 | 54 |
| Binary | 10010011 | 1000001 | 10100000 | 1000 | 111011 | 0 | 100101 | 100100100 | 101010 | 101100 |
Color Harmonies of #9341A0
Complementary color
Monochromatic Colors of #9341A0
Black with #9341A0
Text Example
Text Example
White with #9341A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341A0; }
p { color: rgb(147,65,160); }
H1.HeaderClassName
{
color: #9341A0;
}
.AnyTagClassName
{
color: #9341A0;
}
</style>
background-color css
<style>
a { background-color: #9341A0; }
a { background-color: rgb(147,65,160); }
div.DivClassName
{
background-color: #9341A0;
}
.BgClassName
{
background-color: #9341A0;
}
</style>
border-color css
<style>
span { border-color: #9341A0; }
span { border-color: rgb(147,65,160); }
td.TdClassName
{
border-color: #9341A0;
}
.TagClassName
{
border-color: #9341A0;
}
</style>