Shades of Vivid Violet #9340A0
Tints of Vivid Violet #9340A0
RGB
CMYK
RGB Variations
Color information
#9340A0 (or 0x9340A0) is known color: Vivid Violet. HEX triplet: 93, 40 and A0. RGB value is (147,64,160). Sum of RGB (Red+Green+Blue) = 147+64+160=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #9340A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9340A0 is #6CBF5F. Grayscale: #636363. Windows color (decimal): -7126880 or 10502291. OLE color: 10502291.
HSL color Cylindrical-coordinate representation of color #9340A0: hue angle of 291.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9340A0 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 64 | 160 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.37 |
| HSL | 291.88º | 0.43% | 0.44% | - |
| HSV(B) | 291.88º | 0.6% | 0.63% | - |
| XYZ | 20.21 | 12.41 | 34.59 | - |
| YUV | 99.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 160 | 0.08 | 0.6 | 0 | 0.37 | 291.88 | 0.43 | 0.44 |
| Hex | 93 | 40 | A0 | 8 | 3C | 0 | 25 | 124 | 2B | 2C |
| Octal | 223 | 100 | 240 | 10 | 74 | 0 | 45 | 444 | 53 | 54 |
| Binary | 10010011 | 1000000 | 10100000 | 1000 | 111100 | 0 | 100101 | 100100100 | 101011 | 101100 |
Color Harmonies of #9340A0
Complementary color
Monochromatic Colors of #9340A0
Black with #9340A0
Text Example
Text Example
White with #9340A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9340A0; }
p { color: rgb(147,64,160); }
H1.HeaderClassName
{
color: #9340A0;
}
.AnyTagClassName
{
color: #9340A0;
}
</style>
background-color css
<style>
a { background-color: #9340A0; }
a { background-color: rgb(147,64,160); }
div.DivClassName
{
background-color: #9340A0;
}
.BgClassName
{
background-color: #9340A0;
}
</style>
border-color css
<style>
span { border-color: #9340A0; }
span { border-color: rgb(147,64,160); }
td.TdClassName
{
border-color: #9340A0;
}
.TagClassName
{
border-color: #9340A0;
}
</style>