Shades of Vivid Violet #9343A3
Tints of Vivid Violet #9343A3
RGB
CMYK
RGB Variations
Color information
#9343A3 (or 0x9343A3) is known color: Vivid Violet. HEX triplet: 93, 43 and A3. RGB value is (147,67,163). Sum of RGB (Red+Green+Blue) = 147+67+163=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #9343A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9343A3 is #6CBC5C. Grayscale: #656565. Windows color (decimal): -7126109 or 10699667. OLE color: 10699667.
HSL color Cylindrical-coordinate representation of color #9343A3: hue angle of 290º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9343A3 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 67 | 163 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.36 |
| HSL | 290º | 0.42% | 0.45% | - |
| HSV(B) | 290º | 0.59% | 0.64% | - |
| XYZ | 20.65 | 12.86 | 36.04 | - |
| YUV | 101.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 163 | 0.10 | 0.59 | 0 | 0.36 | 290 | 0.42 | 0.45 |
| Hex | 93 | 43 | A3 | A | 3B | 0 | 24 | 122 | 2A | 2D |
| Octal | 223 | 103 | 243 | 12 | 73 | 0 | 44 | 442 | 52 | 55 |
| Binary | 10010011 | 1000011 | 10100011 | 1010 | 111011 | 0 | 100100 | 100100010 | 101010 | 101101 |
Color Harmonies of #9343A3
Complementary color
Monochromatic Colors of #9343A3
Black with #9343A3
Text Example
Text Example
White with #9343A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343A3; }
p { color: rgb(147,67,163); }
H1.HeaderClassName
{
color: #9343A3;
}
.AnyTagClassName
{
color: #9343A3;
}
</style>
background-color css
<style>
a { background-color: #9343A3; }
a { background-color: rgb(147,67,163); }
div.DivClassName
{
background-color: #9343A3;
}
.BgClassName
{
background-color: #9343A3;
}
</style>
border-color css
<style>
span { border-color: #9343A3; }
span { border-color: rgb(147,67,163); }
td.TdClassName
{
border-color: #9343A3;
}
.TagClassName
{
border-color: #9343A3;
}
</style>