Shades of Vivid Violet #93468D
Tints of Vivid Violet #93468D
RGB
CMYK
RGB Variations
Color information
#93468D (or 0x93468D) is known color: Vivid Violet. HEX triplet: 93, 46 and 8D. RGB value is (147,70,141). Sum of RGB (Red+Green+Blue) = 147+70+141=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93468D is #6CB972. Grayscale: #646464. Windows color (decimal): -7125363 or 9258643. OLE color: 9258643.
HSL color Cylindrical-coordinate representation of color #93468D: hue angle of 304.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93468D is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 141 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.42 |
| HSL | 304.68º | 0.35% | 0.43% | - |
| HSV(B) | 304.68º | 0.52% | 0.58% | - |
| XYZ | 19.03 | 12.51 | 26.61 | - |
| YUV | 101.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 141 | 0 | 0.52 | 0.04 | 0.42 | 304.68 | 0.35 | 0.43 |
| Hex | 93 | 46 | 8D | 0 | 34 | 4 | 2A | 131 | 23 | 2B |
| Octal | 223 | 106 | 215 | 0 | 64 | 4 | 52 | 461 | 43 | 53 |
| Binary | 10010011 | 1000110 | 10001101 | 0 | 110100 | 100 | 101010 | 100110001 | 100011 | 101011 |
Color Harmonies of #93468D
Complementary color
Monochromatic Colors of #93468D
Black with #93468D
Text Example
Text Example
White with #93468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93468D; }
p { color: rgb(147,70,141); }
H1.HeaderClassName
{
color: #93468D;
}
.AnyTagClassName
{
color: #93468D;
}
</style>
background-color css
<style>
a { background-color: #93468D; }
a { background-color: rgb(147,70,141); }
div.DivClassName
{
background-color: #93468D;
}
.BgClassName
{
background-color: #93468D;
}
</style>
border-color css
<style>
span { border-color: #93468D; }
span { border-color: rgb(147,70,141); }
td.TdClassName
{
border-color: #93468D;
}
.TagClassName
{
border-color: #93468D;
}
</style>