Shades of Vivid Violet #93449E
Tints of Vivid Violet #93449E
RGB
CMYK
RGB Variations
Color information
#93449E (or 0x93449E) is known color: Vivid Violet. HEX triplet: 93, 44 and 9E. RGB value is (147,68,158). Sum of RGB (Red+Green+Blue) = 147+68+158=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #93449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93449E is #6CBB61. Grayscale: #656565. Windows color (decimal): -7125858 or 10372243. OLE color: 10372243.
HSL color Cylindrical-coordinate representation of color #93449E: hue angle of 292.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93449E is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 68 | 158 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.38 |
| HSL | 292.67º | 0.4% | 0.44% | - |
| HSV(B) | 292.67º | 0.57% | 0.62% | - |
| XYZ | 20.27 | 12.81 | 33.75 | - |
| YUV | 101.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 158 | 0.07 | 0.57 | 0 | 0.38 | 292.67 | 0.4 | 0.44 |
| Hex | 93 | 44 | 9E | 7 | 39 | 0 | 26 | 125 | 28 | 2C |
| Octal | 223 | 104 | 236 | 7 | 71 | 0 | 46 | 445 | 50 | 54 |
| Binary | 10010011 | 1000100 | 10011110 | 111 | 111001 | 0 | 100110 | 100100101 | 101000 | 101100 |
Color Harmonies of #93449E
Complementary color
Monochromatic Colors of #93449E
Black with #93449E
Text Example
Text Example
White with #93449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93449E; }
p { color: rgb(147,68,158); }
H1.HeaderClassName
{
color: #93449E;
}
.AnyTagClassName
{
color: #93449E;
}
</style>
background-color css
<style>
a { background-color: #93449E; }
a { background-color: rgb(147,68,158); }
div.DivClassName
{
background-color: #93449E;
}
.BgClassName
{
background-color: #93449E;
}
</style>
border-color css
<style>
span { border-color: #93449E; }
span { border-color: rgb(147,68,158); }
td.TdClassName
{
border-color: #93449E;
}
.TagClassName
{
border-color: #93449E;
}
</style>