Shades of Vivid Violet #943A8F
Tints of Vivid Violet #943A8F
RGB
CMYK
RGB Variations
Color information
#943A8F (or 0x943A8F) is known color: Vivid Violet. HEX triplet: 94, 3A and 8F. RGB value is (148,58,143). Sum of RGB (Red+Green+Blue) = 148+58+143=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #943A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943A8F is #6BC570. Grayscale: #5E5E5E. Windows color (decimal): -7062897 or 9386644. OLE color: 9386644.
HSL color Cylindrical-coordinate representation of color #943A8F: hue angle of 303.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943A8F is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 143 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.42 |
| HSL | 303.33º | 0.44% | 0.4% | - |
| HSV(B) | 303.33º | 0.61% | 0.58% | - |
| XYZ | 18.68 | 11.31 | 27.18 | - |
| YUV | 94.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 143 | 0 | 0.61 | 0.03 | 0.42 | 303.33 | 0.44 | 0.4 |
| Hex | 94 | 3A | 8F | 0 | 3D | 3 | 2A | 12F | 2C | 28 |
| Octal | 224 | 72 | 217 | 0 | 75 | 3 | 52 | 457 | 54 | 50 |
| Binary | 10010100 | 111010 | 10001111 | 0 | 111101 | 11 | 101010 | 100101111 | 101100 | 101000 |
Color Harmonies of #943A8F
Complementary color
Monochromatic Colors of #943A8F
Black with #943A8F
Text Example
Text Example
White with #943A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A8F; }
p { color: rgb(148,58,143); }
H1.HeaderClassName
{
color: #943A8F;
}
.AnyTagClassName
{
color: #943A8F;
}
</style>
background-color css
<style>
a { background-color: #943A8F; }
a { background-color: rgb(148,58,143); }
div.DivClassName
{
background-color: #943A8F;
}
.BgClassName
{
background-color: #943A8F;
}
</style>
border-color css
<style>
span { border-color: #943A8F; }
span { border-color: rgb(148,58,143); }
td.TdClassName
{
border-color: #943A8F;
}
.TagClassName
{
border-color: #943A8F;
}
</style>