Shades of Vivid Violet #93358D
Tints of Vivid Violet #93358D
RGB
CMYK
RGB Variations
Color information
#93358D (or 0x93358D) is known color: Vivid Violet. HEX triplet: 93, 35 and 8D. RGB value is (147,53,141). Sum of RGB (Red+Green+Blue) = 147+53+141=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93358D is #6CCA72. Grayscale: #5A5A5A. Windows color (decimal): -7129715 or 9254291. OLE color: 9254291.
HSL color Cylindrical-coordinate representation of color #93358D: hue angle of 303.83º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93358D is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 141 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.42 |
| HSL | 303.83º | 0.47% | 0.39% | - |
| HSV(B) | 303.83º | 0.64% | 0.58% | - |
| XYZ | 18.11 | 10.67 | 26.3 | - |
| YUV | 91.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 141 | 0 | 0.64 | 0.04 | 0.42 | 303.83 | 0.47 | 0.39 |
| Hex | 93 | 35 | 8D | 0 | 40 | 4 | 2A | 130 | 2F | 27 |
| Octal | 223 | 65 | 215 | 0 | 100 | 4 | 52 | 460 | 57 | 47 |
| Binary | 10010011 | 110101 | 10001101 | 0 | 1000000 | 100 | 101010 | 100110000 | 101111 | 100111 |
Color Harmonies of #93358D
Complementary color
Monochromatic Colors of #93358D
Black with #93358D
Text Example
Text Example
White with #93358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93358D; }
p { color: rgb(147,53,141); }
H1.HeaderClassName
{
color: #93358D;
}
.AnyTagClassName
{
color: #93358D;
}
</style>
background-color css
<style>
a { background-color: #93358D; }
a { background-color: rgb(147,53,141); }
div.DivClassName
{
background-color: #93358D;
}
.BgClassName
{
background-color: #93358D;
}
</style>
border-color css
<style>
span { border-color: #93358D; }
span { border-color: rgb(147,53,141); }
td.TdClassName
{
border-color: #93358D;
}
.TagClassName
{
border-color: #93358D;
}
</style>