Shades of Vivid Violet #93389B
Tints of Vivid Violet #93389B
RGB
CMYK
RGB Variations
Color information
#93389B (or 0x93389B) is known color: Vivid Violet. HEX triplet: 93, 38 and 9B. RGB value is (147,56,155). Sum of RGB (Red+Green+Blue) = 147+56+155=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #93389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93389B is #6CC764. Grayscale: #5E5E5E. Windows color (decimal): -7128933 or 10172563. OLE color: 10172563.
HSL color Cylindrical-coordinate representation of color #93389B: hue angle of 295.15º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93389B is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 56 | 155 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.39 |
| HSL | 295.15º | 0.47% | 0.41% | - |
| HSV(B) | 295.15º | 0.64% | 0.61% | - |
| XYZ | 19.36 | 11.4 | 32.19 | - |
| YUV | 94.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 155 | 0.05 | 0.64 | 0 | 0.39 | 295.15 | 0.47 | 0.41 |
| Hex | 93 | 38 | 9B | 5 | 40 | 0 | 27 | 127 | 2F | 29 |
| Octal | 223 | 70 | 233 | 5 | 100 | 0 | 47 | 447 | 57 | 51 |
| Binary | 10010011 | 111000 | 10011011 | 101 | 1000000 | 0 | 100111 | 100100111 | 101111 | 101001 |
Color Harmonies of #93389B
Complementary color
Monochromatic Colors of #93389B
Black with #93389B
Text Example
Text Example
White with #93389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93389B; }
p { color: rgb(147,56,155); }
H1.HeaderClassName
{
color: #93389B;
}
.AnyTagClassName
{
color: #93389B;
}
</style>
background-color css
<style>
a { background-color: #93389B; }
a { background-color: rgb(147,56,155); }
div.DivClassName
{
background-color: #93389B;
}
.BgClassName
{
background-color: #93389B;
}
</style>
border-color css
<style>
span { border-color: #93389B; }
span { border-color: rgb(147,56,155); }
td.TdClassName
{
border-color: #93389B;
}
.TagClassName
{
border-color: #93389B;
}
</style>