Shades of Vivid Violet #943B8D
Tints of Vivid Violet #943B8D
RGB
CMYK
RGB Variations
Color information
#943B8D (or 0x943B8D) is known color: Vivid Violet. HEX triplet: 94, 3B and 8D. RGB value is (148,59,141). Sum of RGB (Red+Green+Blue) = 148+59+141=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #943B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943B8D is #6BC472. Grayscale: #5E5E5E. Windows color (decimal): -7062643 or 9255828. OLE color: 9255828.
HSL color Cylindrical-coordinate representation of color #943B8D: hue angle of 304.72º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B8D is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 59 | 141 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.42 |
| HSL | 304.72º | 0.43% | 0.41% | - |
| HSV(B) | 304.72º | 0.6% | 0.58% | - |
| XYZ | 18.58 | 11.35 | 26.41 | - |
| YUV | 94.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 141 | 0 | 0.60 | 0.05 | 0.42 | 304.72 | 0.43 | 0.41 |
| Hex | 94 | 3B | 8D | 0 | 3C | 5 | 2A | 131 | 2B | 29 |
| Octal | 224 | 73 | 215 | 0 | 74 | 5 | 52 | 461 | 53 | 51 |
| Binary | 10010100 | 111011 | 10001101 | 0 | 111100 | 101 | 101010 | 100110001 | 101011 | 101001 |
Color Harmonies of #943B8D
Complementary color
Monochromatic Colors of #943B8D
Black with #943B8D
Text Example
Text Example
White with #943B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943B8D; }
p { color: rgb(148,59,141); }
H1.HeaderClassName
{
color: #943B8D;
}
.AnyTagClassName
{
color: #943B8D;
}
</style>
background-color css
<style>
a { background-color: #943B8D; }
a { background-color: rgb(148,59,141); }
div.DivClassName
{
background-color: #943B8D;
}
.BgClassName
{
background-color: #943B8D;
}
</style>
border-color css
<style>
span { border-color: #943B8D; }
span { border-color: rgb(148,59,141); }
td.TdClassName
{
border-color: #943B8D;
}
.TagClassName
{
border-color: #943B8D;
}
</style>