Shades of Vivid Violet #93338C
Tints of Vivid Violet #93338C
RGB
CMYK
RGB Variations
Color information
#93338C (or 0x93338C) is known color: Vivid Violet. HEX triplet: 93, 33 and 8C. RGB value is (147,51,140). Sum of RGB (Red+Green+Blue) = 147+51+140=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93338C is #6CCC73. Grayscale: #595959. Windows color (decimal): -7130228 or 9188243. OLE color: 9188243.
HSL color Cylindrical-coordinate representation of color #93338C: hue angle of 304.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93338C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 51 | 140 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.42 |
| HSL | 304.38º | 0.48% | 0.39% | - |
| HSV(B) | 304.38º | 0.65% | 0.58% | - |
| XYZ | 17.95 | 10.46 | 25.88 | - |
| YUV | 89.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 140 | 0 | 0.65 | 0.05 | 0.42 | 304.38 | 0.48 | 0.39 |
| Hex | 93 | 33 | 8C | 0 | 41 | 5 | 2A | 130 | 30 | 27 |
| Octal | 223 | 63 | 214 | 0 | 101 | 5 | 52 | 460 | 60 | 47 |
| Binary | 10010011 | 110011 | 10001100 | 0 | 1000001 | 101 | 101010 | 100110000 | 110000 | 100111 |
Color Harmonies of #93338C
Complementary color
Monochromatic Colors of #93338C
Black with #93338C
Text Example
Text Example
White with #93338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93338C; }
p { color: rgb(147,51,140); }
H1.HeaderClassName
{
color: #93338C;
}
.AnyTagClassName
{
color: #93338C;
}
</style>
background-color css
<style>
a { background-color: #93338C; }
a { background-color: rgb(147,51,140); }
div.DivClassName
{
background-color: #93338C;
}
.BgClassName
{
background-color: #93338C;
}
</style>
border-color css
<style>
span { border-color: #93338C; }
span { border-color: rgb(147,51,140); }
td.TdClassName
{
border-color: #93338C;
}
.TagClassName
{
border-color: #93338C;
}
</style>