Shades of Vivid Violet #943D95
Tints of Vivid Violet #943D95
RGB
CMYK
RGB Variations
Color information
#943D95 (or 0x943D95) is known color: Vivid Violet. HEX triplet: 94, 3D and 95. RGB value is (148,61,149). Sum of RGB (Red+Green+Blue) = 148+61+149=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #943D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943D95 is #6BC26A. Grayscale: #606060. Windows color (decimal): -7062123 or 9780628. OLE color: 9780628.
HSL color Cylindrical-coordinate representation of color #943D95: hue angle of 299.32º 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 #943D95 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 149 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.42 |
| HSL | 299.32º | 0.42% | 0.41% | - |
| HSV(B) | 299.32º | 0.59% | 0.58% | - |
| XYZ | 19.31 | 11.8 | 29.69 | - |
| YUV | 97.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 149 | 0.01 | 0.59 | 0 | 0.42 | 299.32 | 0.42 | 0.41 |
| Hex | 94 | 3D | 95 | 1 | 3B | 0 | 2A | 12B | 2A | 29 |
| Octal | 224 | 75 | 225 | 1 | 73 | 0 | 52 | 453 | 52 | 51 |
| Binary | 10010100 | 111101 | 10010101 | 1 | 111011 | 0 | 101010 | 100101011 | 101010 | 101001 |
Color Harmonies of #943D95
Complementary color
Monochromatic Colors of #943D95
Black with #943D95
Text Example
Text Example
White with #943D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D95; }
p { color: rgb(148,61,149); }
H1.HeaderClassName
{
color: #943D95;
}
.AnyTagClassName
{
color: #943D95;
}
</style>
background-color css
<style>
a { background-color: #943D95; }
a { background-color: rgb(148,61,149); }
div.DivClassName
{
background-color: #943D95;
}
.BgClassName
{
background-color: #943D95;
}
</style>
border-color css
<style>
span { border-color: #943D95; }
span { border-color: rgb(148,61,149); }
td.TdClassName
{
border-color: #943D95;
}
.TagClassName
{
border-color: #943D95;
}
</style>