Shades of Vivid Violet #93368C
Tints of Vivid Violet #93368C
RGB
CMYK
RGB Variations
Color information
#93368C (or 0x93368C) is known color: Vivid Violet. HEX triplet: 93, 36 and 8C. RGB value is (147,54,140). Sum of RGB (Red+Green+Blue) = 147+54+140=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93368C is #6CC973. Grayscale: #5B5B5B. Windows color (decimal): -7129460 or 9189011. OLE color: 9189011.
HSL color Cylindrical-coordinate representation of color #93368C: hue angle of 304.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93368C is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 54 | 140 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.42 |
| HSL | 304.52º | 0.46% | 0.39% | - |
| HSV(B) | 304.52º | 0.63% | 0.58% | - |
| XYZ | 18.09 | 10.73 | 25.93 | - |
| YUV | 91.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 140 | 0 | 0.63 | 0.05 | 0.42 | 304.52 | 0.46 | 0.39 |
| Hex | 93 | 36 | 8C | 0 | 3F | 5 | 2A | 131 | 2E | 27 |
| Octal | 223 | 66 | 214 | 0 | 77 | 5 | 52 | 461 | 56 | 47 |
| Binary | 10010011 | 110110 | 10001100 | 0 | 111111 | 101 | 101010 | 100110001 | 101110 | 100111 |
Color Harmonies of #93368C
Complementary color
Monochromatic Colors of #93368C
Black with #93368C
Text Example
Text Example
White with #93368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93368C; }
p { color: rgb(147,54,140); }
H1.HeaderClassName
{
color: #93368C;
}
.AnyTagClassName
{
color: #93368C;
}
</style>
background-color css
<style>
a { background-color: #93368C; }
a { background-color: rgb(147,54,140); }
div.DivClassName
{
background-color: #93368C;
}
.BgClassName
{
background-color: #93368C;
}
</style>
border-color css
<style>
span { border-color: #93368C; }
span { border-color: rgb(147,54,140); }
td.TdClassName
{
border-color: #93368C;
}
.TagClassName
{
border-color: #93368C;
}
</style>