Shades of Vivid Violet #93399E
Tints of Vivid Violet #93399E
RGB
CMYK
RGB Variations
Color information
#93399E (or 0x93399E) is known color: Vivid Violet. HEX triplet: 93, 39 and 9E. RGB value is (147,57,158). Sum of RGB (Red+Green+Blue) = 147+57+158=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #93399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93399E is #6CC661. Grayscale: #5F5F5F. Windows color (decimal): -7128674 or 10369427. OLE color: 10369427.
HSL color Cylindrical-coordinate representation of color #93399E: hue angle of 293.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93399E is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 57 | 158 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.38 |
| HSL | 293.47º | 0.47% | 0.42% | - |
| HSV(B) | 293.47º | 0.64% | 0.62% | - |
| XYZ | 19.67 | 11.6 | 33.55 | - |
| YUV | 95.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 158 | 0.07 | 0.64 | 0 | 0.38 | 293.47 | 0.47 | 0.42 |
| Hex | 93 | 39 | 9E | 7 | 40 | 0 | 26 | 125 | 2F | 2A |
| Octal | 223 | 71 | 236 | 7 | 100 | 0 | 46 | 445 | 57 | 52 |
| Binary | 10010011 | 111001 | 10011110 | 111 | 1000000 | 0 | 100110 | 100100101 | 101111 | 101010 |
Color Harmonies of #93399E
Complementary color
Monochromatic Colors of #93399E
Black with #93399E
Text Example
Text Example
White with #93399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93399E; }
p { color: rgb(147,57,158); }
H1.HeaderClassName
{
color: #93399E;
}
.AnyTagClassName
{
color: #93399E;
}
</style>
background-color css
<style>
a { background-color: #93399E; }
a { background-color: rgb(147,57,158); }
div.DivClassName
{
background-color: #93399E;
}
.BgClassName
{
background-color: #93399E;
}
</style>
border-color css
<style>
span { border-color: #93399E; }
span { border-color: rgb(147,57,158); }
td.TdClassName
{
border-color: #93399E;
}
.TagClassName
{
border-color: #93399E;
}
</style>