Shades of Vivid Violet #943E8B
Tints of Vivid Violet #943E8B
RGB
CMYK
RGB Variations
Color information
#943E8B (or 0x943E8B) is known color: Vivid Violet. HEX triplet: 94, 3E and 8B. RGB value is (148,62,139). Sum of RGB (Red+Green+Blue) = 148+62+139=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #943E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943E8B is #6BC174. Grayscale: #606060. Windows color (decimal): -7061877 or 9125524. OLE color: 9125524.
HSL color Cylindrical-coordinate representation of color #943E8B: hue angle of 306.28º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E8B is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 139 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.42 |
| HSL | 306.28º | 0.41% | 0.41% | - |
| HSV(B) | 306.28º | 0.58% | 0.58% | - |
| XYZ | 18.6 | 11.61 | 25.69 | - |
| YUV | 96.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 139 | 0 | 0.58 | 0.06 | 0.42 | 306.28 | 0.41 | 0.41 |
| Hex | 94 | 3E | 8B | 0 | 3A | 6 | 2A | 132 | 29 | 29 |
| Octal | 224 | 76 | 213 | 0 | 72 | 6 | 52 | 462 | 51 | 51 |
| Binary | 10010100 | 111110 | 10001011 | 0 | 111010 | 110 | 101010 | 100110010 | 101001 | 101001 |
Color Harmonies of #943E8B
Complementary color
Monochromatic Colors of #943E8B
Black with #943E8B
Text Example
Text Example
White with #943E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E8B; }
p { color: rgb(148,62,139); }
H1.HeaderClassName
{
color: #943E8B;
}
.AnyTagClassName
{
color: #943E8B;
}
</style>
background-color css
<style>
a { background-color: #943E8B; }
a { background-color: rgb(148,62,139); }
div.DivClassName
{
background-color: #943E8B;
}
.BgClassName
{
background-color: #943E8B;
}
</style>
border-color css
<style>
span { border-color: #943E8B; }
span { border-color: rgb(148,62,139); }
td.TdClassName
{
border-color: #943E8B;
}
.TagClassName
{
border-color: #943E8B;
}
</style>