Shades of Vivid Violet #943590
Tints of Vivid Violet #943590
RGB
CMYK
RGB Variations
Color information
#943590 (or 0x943590) is known color: Vivid Violet. HEX triplet: 94, 35 and 90. RGB value is (148,53,144). Sum of RGB (Red+Green+Blue) = 148+53+144=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #943590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943590 is #6BCA6F. Grayscale: #5B5B5B. Windows color (decimal): -7064176 or 9450900. OLE color: 9450900.
HSL color Cylindrical-coordinate representation of color #943590: hue angle of 302.53º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943590 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 144 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.42 |
| HSL | 302.53º | 0.47% | 0.39% | - |
| HSV(B) | 302.53º | 0.64% | 0.58% | - |
| XYZ | 18.52 | 10.86 | 27.5 | - |
| YUV | 91.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 144 | 0 | 0.64 | 0.03 | 0.42 | 302.53 | 0.47 | 0.39 |
| Hex | 94 | 35 | 90 | 0 | 40 | 3 | 2A | 12F | 2F | 27 |
| Octal | 224 | 65 | 220 | 0 | 100 | 3 | 52 | 457 | 57 | 47 |
| Binary | 10010100 | 110101 | 10010000 | 0 | 1000000 | 11 | 101010 | 100101111 | 101111 | 100111 |
Color Harmonies of #943590
Complementary color
Monochromatic Colors of #943590
Black with #943590
Text Example
Text Example
White with #943590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943590; }
p { color: rgb(148,53,144); }
H1.HeaderClassName
{
color: #943590;
}
.AnyTagClassName
{
color: #943590;
}
</style>
background-color css
<style>
a { background-color: #943590; }
a { background-color: rgb(148,53,144); }
div.DivClassName
{
background-color: #943590;
}
.BgClassName
{
background-color: #943590;
}
</style>
border-color css
<style>
span { border-color: #943590; }
span { border-color: rgb(148,53,144); }
td.TdClassName
{
border-color: #943590;
}
.TagClassName
{
border-color: #943590;
}
</style>