Shades of Vivid Violet #933590
Tints of Vivid Violet #933590
RGB
CMYK
RGB Variations
Color information
#933590 (or 0x933590) is known color: Vivid Violet. HEX triplet: 93, 35 and 90. RGB value is (147,53,144). Sum of RGB (Red+Green+Blue) = 147+53+144=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #933590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933590 is #6CCA6F. Grayscale: #5B5B5B. Windows color (decimal): -7129712 or 9450899. OLE color: 9450899.
HSL color Cylindrical-coordinate representation of color #933590: hue angle of 301.91º 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 #933590 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 144 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.42 |
| HSL | 301.91º | 0.47% | 0.39% | - |
| HSV(B) | 301.91º | 0.64% | 0.58% | - |
| XYZ | 18.34 | 10.76 | 27.5 | - |
| YUV | 91.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 144 | 0 | 0.64 | 0.02 | 0.42 | 301.91 | 0.47 | 0.39 |
| Hex | 93 | 35 | 90 | 0 | 40 | 2 | 2A | 12E | 2F | 27 |
| Octal | 223 | 65 | 220 | 0 | 100 | 2 | 52 | 456 | 57 | 47 |
| Binary | 10010011 | 110101 | 10010000 | 0 | 1000000 | 10 | 101010 | 100101110 | 101111 | 100111 |
Color Harmonies of #933590
Complementary color
Monochromatic Colors of #933590
Black with #933590
Text Example
Text Example
White with #933590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933590; }
p { color: rgb(147,53,144); }
H1.HeaderClassName
{
color: #933590;
}
.AnyTagClassName
{
color: #933590;
}
</style>
background-color css
<style>
a { background-color: #933590; }
a { background-color: rgb(147,53,144); }
div.DivClassName
{
background-color: #933590;
}
.BgClassName
{
background-color: #933590;
}
</style>
border-color css
<style>
span { border-color: #933590; }
span { border-color: rgb(147,53,144); }
td.TdClassName
{
border-color: #933590;
}
.TagClassName
{
border-color: #933590;
}
</style>