Shades of Vivid Violet #93359F
Tints of Vivid Violet #93359F
RGB
CMYK
RGB Variations
Color information
#93359F (or 0x93359F) is known color: Vivid Violet. HEX triplet: 93, 35 and 9F. RGB value is (147,53,159). Sum of RGB (Red+Green+Blue) = 147+53+159=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #93359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93359F is #6CCA60. Grayscale: #5C5C5C. Windows color (decimal): -7129697 or 10433939. OLE color: 10433939.
HSL color Cylindrical-coordinate representation of color #93359F: hue angle of 293.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93359F is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 53 | 159 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.38 |
| HSL | 293.21º | 0.5% | 0.42% | - |
| HSV(B) | 293.21º | 0.67% | 0.62% | - |
| XYZ | 19.56 | 11.25 | 33.94 | - |
| YUV | 93.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 159 | 0.08 | 0.67 | 0 | 0.38 | 293.21 | 0.5 | 0.42 |
| Hex | 93 | 35 | 9F | 8 | 43 | 0 | 26 | 125 | 32 | 2A |
| Octal | 223 | 65 | 237 | 10 | 103 | 0 | 46 | 445 | 62 | 52 |
| Binary | 10010011 | 110101 | 10011111 | 1000 | 1000011 | 0 | 100110 | 100100101 | 110010 | 101010 |
Color Harmonies of #93359F
Complementary color
Monochromatic Colors of #93359F
Black with #93359F
Text Example
Text Example
White with #93359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93359F; }
p { color: rgb(147,53,159); }
H1.HeaderClassName
{
color: #93359F;
}
.AnyTagClassName
{
color: #93359F;
}
</style>
background-color css
<style>
a { background-color: #93359F; }
a { background-color: rgb(147,53,159); }
div.DivClassName
{
background-color: #93359F;
}
.BgClassName
{
background-color: #93359F;
}
</style>
border-color css
<style>
span { border-color: #93359F; }
span { border-color: rgb(147,53,159); }
td.TdClassName
{
border-color: #93359F;
}
.TagClassName
{
border-color: #93359F;
}
</style>