Shades of Vivid Violet #9343A0
Tints of Vivid Violet #9343A0
RGB
CMYK
RGB Variations
Color information
#9343A0 (or 0x9343A0) is known color: Vivid Violet. HEX triplet: 93, 43 and A0. RGB value is (147,67,160). Sum of RGB (Red+Green+Blue) = 147+67+160=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #9343A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9343A0 is #6CBC5F. Grayscale: #656565. Windows color (decimal): -7126112 or 10503059. OLE color: 10503059.
HSL color Cylindrical-coordinate representation of color #9343A0: hue angle of 291.61º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9343A0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 67 | 160 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.37 |
| HSL | 291.61º | 0.41% | 0.45% | - |
| HSV(B) | 291.61º | 0.58% | 0.63% | - |
| XYZ | 20.38 | 12.76 | 34.65 | - |
| YUV | 101.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 160 | 0.08 | 0.58 | 0 | 0.37 | 291.61 | 0.41 | 0.45 |
| Hex | 93 | 43 | A0 | 8 | 3A | 0 | 25 | 124 | 29 | 2D |
| Octal | 223 | 103 | 240 | 10 | 72 | 0 | 45 | 444 | 51 | 55 |
| Binary | 10010011 | 1000011 | 10100000 | 1000 | 111010 | 0 | 100101 | 100100100 | 101001 | 101101 |
Color Harmonies of #9343A0
Complementary color
Monochromatic Colors of #9343A0
Black with #9343A0
Text Example
Text Example
White with #9343A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343A0; }
p { color: rgb(147,67,160); }
H1.HeaderClassName
{
color: #9343A0;
}
.AnyTagClassName
{
color: #9343A0;
}
</style>
background-color css
<style>
a { background-color: #9343A0; }
a { background-color: rgb(147,67,160); }
div.DivClassName
{
background-color: #9343A0;
}
.BgClassName
{
background-color: #9343A0;
}
</style>
border-color css
<style>
span { border-color: #9343A0; }
span { border-color: rgb(147,67,160); }
td.TdClassName
{
border-color: #9343A0;
}
.TagClassName
{
border-color: #9343A0;
}
</style>