Shades of Vivid Violet #93389C
Tints of Vivid Violet #93389C
RGB
CMYK
RGB Variations
Color information
#93389C (or 0x93389C) is known color: Vivid Violet. HEX triplet: 93, 38 and 9C. RGB value is (147,56,156). Sum of RGB (Red+Green+Blue) = 147+56+156=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #93389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93389C is #6CC763. Grayscale: #5E5E5E. Windows color (decimal): -7128932 or 10238099. OLE color: 10238099.
HSL color Cylindrical-coordinate representation of color #93389C: hue angle of 294.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93389C is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 56 | 156 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.39 |
| HSL | 294.6º | 0.47% | 0.42% | - |
| HSV(B) | 294.6º | 0.64% | 0.61% | - |
| XYZ | 19.45 | 11.43 | 32.63 | - |
| YUV | 94.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 156 | 0.06 | 0.64 | 0 | 0.39 | 294.6 | 0.47 | 0.42 |
| Hex | 93 | 38 | 9C | 6 | 40 | 0 | 27 | 127 | 2F | 2A |
| Octal | 223 | 70 | 234 | 6 | 100 | 0 | 47 | 447 | 57 | 52 |
| Binary | 10010011 | 111000 | 10011100 | 110 | 1000000 | 0 | 100111 | 100100111 | 101111 | 101010 |
Color Harmonies of #93389C
Complementary color
Monochromatic Colors of #93389C
Black with #93389C
Text Example
Text Example
White with #93389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93389C; }
p { color: rgb(147,56,156); }
H1.HeaderClassName
{
color: #93389C;
}
.AnyTagClassName
{
color: #93389C;
}
</style>
background-color css
<style>
a { background-color: #93389C; }
a { background-color: rgb(147,56,156); }
div.DivClassName
{
background-color: #93389C;
}
.BgClassName
{
background-color: #93389C;
}
</style>
border-color css
<style>
span { border-color: #93389C; }
span { border-color: rgb(147,56,156); }
td.TdClassName
{
border-color: #93389C;
}
.TagClassName
{
border-color: #93389C;
}
</style>