Shades of Vivid Violet #943296
Tints of Vivid Violet #943296
RGB
CMYK
RGB Variations
Color information
#943296 (or 0x943296) is known color: Vivid Violet. HEX triplet: 94, 32 and 96. RGB value is (148,50,150). Sum of RGB (Red+Green+Blue) = 148+50+150=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #943296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943296 is #6BCD69. Grayscale: #5A5A5A. Windows color (decimal): -7064938 or 9843348. OLE color: 9843348.
HSL color Cylindrical-coordinate representation of color #943296: hue angle of 298.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943296 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 50 | 150 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.41 |
| HSL | 298.8º | 0.5% | 0.39% | - |
| HSV(B) | 298.8º | 0.67% | 0.59% | - |
| XYZ | 18.86 | 10.78 | 29.94 | - |
| YUV | 90.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 150 | 0.01 | 0.67 | 0 | 0.41 | 298.8 | 0.5 | 0.39 |
| Hex | 94 | 32 | 96 | 1 | 43 | 0 | 29 | 12B | 32 | 27 |
| Octal | 224 | 62 | 226 | 1 | 103 | 0 | 51 | 453 | 62 | 47 |
| Binary | 10010100 | 110010 | 10010110 | 1 | 1000011 | 0 | 101001 | 100101011 | 110010 | 100111 |
Color Harmonies of #943296
Complementary color
Monochromatic Colors of #943296
Black with #943296
Text Example
Text Example
White with #943296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943296; }
p { color: rgb(148,50,150); }
H1.HeaderClassName
{
color: #943296;
}
.AnyTagClassName
{
color: #943296;
}
</style>
background-color css
<style>
a { background-color: #943296; }
a { background-color: rgb(148,50,150); }
div.DivClassName
{
background-color: #943296;
}
.BgClassName
{
background-color: #943296;
}
</style>
border-color css
<style>
span { border-color: #943296; }
span { border-color: rgb(148,50,150); }
td.TdClassName
{
border-color: #943296;
}
.TagClassName
{
border-color: #943296;
}
</style>