Shades of Vivid Violet #93378F
Tints of Vivid Violet #93378F
RGB
CMYK
RGB Variations
Color information
#93378F (or 0x93378F) is known color: Vivid Violet. HEX triplet: 93, 37 and 8F. RGB value is (147,55,143). Sum of RGB (Red+Green+Blue) = 147+55+143=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93378F is #6CC870. Grayscale: #5C5C5C. Windows color (decimal): -7129201 or 9385875. OLE color: 9385875.
HSL color Cylindrical-coordinate representation of color #93378F: hue angle of 302.61º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93378F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 143 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.42 |
| HSL | 302.61º | 0.46% | 0.4% | - |
| HSV(B) | 302.61º | 0.63% | 0.58% | - |
| XYZ | 18.36 | 10.92 | 27.13 | - |
| YUV | 92.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 143 | 0 | 0.63 | 0.03 | 0.42 | 302.61 | 0.46 | 0.4 |
| Hex | 93 | 37 | 8F | 0 | 3F | 3 | 2A | 12F | 2E | 28 |
| Octal | 223 | 67 | 217 | 0 | 77 | 3 | 52 | 457 | 56 | 50 |
| Binary | 10010011 | 110111 | 10001111 | 0 | 111111 | 11 | 101010 | 100101111 | 101110 | 101000 |
Color Harmonies of #93378F
Complementary color
Monochromatic Colors of #93378F
Black with #93378F
Text Example
Text Example
White with #93378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93378F; }
p { color: rgb(147,55,143); }
H1.HeaderClassName
{
color: #93378F;
}
.AnyTagClassName
{
color: #93378F;
}
</style>
background-color css
<style>
a { background-color: #93378F; }
a { background-color: rgb(147,55,143); }
div.DivClassName
{
background-color: #93378F;
}
.BgClassName
{
background-color: #93378F;
}
</style>
border-color css
<style>
span { border-color: #93378F; }
span { border-color: rgb(147,55,143); }
td.TdClassName
{
border-color: #93378F;
}
.TagClassName
{
border-color: #93378F;
}
</style>