Shades of Vivid Violet #93398A
Tints of Vivid Violet #93398A
RGB
CMYK
RGB Variations
Color information
#93398A (or 0x93398A) is known color: Vivid Violet. HEX triplet: 93, 39 and 8A. RGB value is (147,57,138). Sum of RGB (Red+Green+Blue) = 147+57+138=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93398A is #6CC675. Grayscale: #5C5C5C. Windows color (decimal): -7128694 or 9058707. OLE color: 9058707.
HSL color Cylindrical-coordinate representation of color #93398A: hue angle of 306º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93398A is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 57 | 138 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.42 |
| HSL | 306º | 0.44% | 0.4% | - |
| HSV(B) | 306º | 0.61% | 0.58% | - |
| XYZ | 18.08 | 10.96 | 25.21 | - |
| YUV | 93.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 138 | 0 | 0.61 | 0.06 | 0.42 | 306 | 0.44 | 0.4 |
| Hex | 93 | 39 | 8A | 0 | 3D | 6 | 2A | 132 | 2C | 28 |
| Octal | 223 | 71 | 212 | 0 | 75 | 6 | 52 | 462 | 54 | 50 |
| Binary | 10010011 | 111001 | 10001010 | 0 | 111101 | 110 | 101010 | 100110010 | 101100 | 101000 |
Color Harmonies of #93398A
Complementary color
Monochromatic Colors of #93398A
Black with #93398A
Text Example
Text Example
White with #93398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93398A; }
p { color: rgb(147,57,138); }
H1.HeaderClassName
{
color: #93398A;
}
.AnyTagClassName
{
color: #93398A;
}
</style>
background-color css
<style>
a { background-color: #93398A; }
a { background-color: rgb(147,57,138); }
div.DivClassName
{
background-color: #93398A;
}
.BgClassName
{
background-color: #93398A;
}
</style>
border-color css
<style>
span { border-color: #93398A; }
span { border-color: rgb(147,57,138); }
td.TdClassName
{
border-color: #93398A;
}
.TagClassName
{
border-color: #93398A;
}
</style>