Shades of Vivid Violet #943C8B
Tints of Vivid Violet #943C8B
RGB
CMYK
RGB Variations
Color information
#943C8B (or 0x943C8B) is known color: Vivid Violet. HEX triplet: 94, 3C and 8B. RGB value is (148,60,139). Sum of RGB (Red+Green+Blue) = 148+60+139=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #943C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943C8B is #6BC374. Grayscale: #5F5F5F. Windows color (decimal): -7062389 or 9125012. OLE color: 9125012.
HSL color Cylindrical-coordinate representation of color #943C8B: hue angle of 306.14º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943C8B is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 139 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.42 |
| HSL | 306.14º | 0.42% | 0.41% | - |
| HSV(B) | 306.14º | 0.59% | 0.58% | - |
| XYZ | 18.49 | 11.39 | 25.65 | - |
| YUV | 95.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 139 | 0 | 0.59 | 0.06 | 0.42 | 306.14 | 0.42 | 0.41 |
| Hex | 94 | 3C | 8B | 0 | 3B | 6 | 2A | 132 | 2A | 29 |
| Octal | 224 | 74 | 213 | 0 | 73 | 6 | 52 | 462 | 52 | 51 |
| Binary | 10010100 | 111100 | 10001011 | 0 | 111011 | 110 | 101010 | 100110010 | 101010 | 101001 |
Color Harmonies of #943C8B
Complementary color
Monochromatic Colors of #943C8B
Black with #943C8B
Text Example
Text Example
White with #943C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C8B; }
p { color: rgb(148,60,139); }
H1.HeaderClassName
{
color: #943C8B;
}
.AnyTagClassName
{
color: #943C8B;
}
</style>
background-color css
<style>
a { background-color: #943C8B; }
a { background-color: rgb(148,60,139); }
div.DivClassName
{
background-color: #943C8B;
}
.BgClassName
{
background-color: #943C8B;
}
</style>
border-color css
<style>
span { border-color: #943C8B; }
span { border-color: rgb(148,60,139); }
td.TdClassName
{
border-color: #943C8B;
}
.TagClassName
{
border-color: #943C8B;
}
</style>