Shades of Vivid Violet #93438B
Tints of Vivid Violet #93438B
RGB
CMYK
RGB Variations
Color information
#93438B (or 0x93438B) is known color: Vivid Violet. HEX triplet: 93, 43 and 8B. RGB value is (147,67,139). Sum of RGB (Red+Green+Blue) = 147+67+139=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93438B is #6CBC74. Grayscale: #626262. Windows color (decimal): -7126133 or 9126803. OLE color: 9126803.
HSL color Cylindrical-coordinate representation of color #93438B: hue angle of 306º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93438B is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 139 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.42 |
| HSL | 306º | 0.37% | 0.42% | - |
| HSV(B) | 306º | 0.54% | 0.58% | - |
| XYZ | 18.7 | 12.08 | 25.77 | - |
| YUV | 99.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 139 | 0 | 0.54 | 0.05 | 0.42 | 306 | 0.37 | 0.42 |
| Hex | 93 | 43 | 8B | 0 | 36 | 5 | 2A | 132 | 25 | 2A |
| Octal | 223 | 103 | 213 | 0 | 66 | 5 | 52 | 462 | 45 | 52 |
| Binary | 10010011 | 1000011 | 10001011 | 0 | 110110 | 101 | 101010 | 100110010 | 100101 | 101010 |
Color Harmonies of #93438B
Complementary color
Monochromatic Colors of #93438B
Black with #93438B
Text Example
Text Example
White with #93438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93438B; }
p { color: rgb(147,67,139); }
H1.HeaderClassName
{
color: #93438B;
}
.AnyTagClassName
{
color: #93438B;
}
</style>
background-color css
<style>
a { background-color: #93438B; }
a { background-color: rgb(147,67,139); }
div.DivClassName
{
background-color: #93438B;
}
.BgClassName
{
background-color: #93438B;
}
</style>
border-color css
<style>
span { border-color: #93438B; }
span { border-color: rgb(147,67,139); }
td.TdClassName
{
border-color: #93438B;
}
.TagClassName
{
border-color: #93438B;
}
</style>