Shades of Vivid Violet #96328E
Tints of Vivid Violet #96328E
RGB
CMYK
RGB Variations
Color information
#96328E (or 0x96328E) is known color: Vivid Violet. HEX triplet: 96, 32 and 8E. RGB value is (150,50,142). Sum of RGB (Red+Green+Blue) = 150+50+142=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328E is #69CD71. Grayscale: #5A5A5A. Windows color (decimal): -6933874 or 9319062. OLE color: 9319062.
HSL color Cylindrical-coordinate representation of color #96328E: hue angle of 304.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 #96328E is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 142 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.41 |
| HSL | 304.8º | 0.5% | 0.39% | - |
| HSV(B) | 304.8º | 0.67% | 0.59% | - |
| XYZ | 18.6 | 10.72 | 26.68 | - |
| YUV | 90.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 142 | 0 | 0.67 | 0.05 | 0.41 | 304.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 8E | 0 | 43 | 5 | 29 | 131 | 32 | 27 |
| Octal | 226 | 62 | 216 | 0 | 103 | 5 | 51 | 461 | 62 | 47 |
| Binary | 10010110 | 110010 | 10001110 | 0 | 1000011 | 101 | 101001 | 100110001 | 110010 | 100111 |
Color Harmonies of #96328E
Complementary color
Monochromatic Colors of #96328E
Black with #96328E
Text Example
Text Example
White with #96328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96328E; }
p { color: rgb(150,50,142); }
H1.HeaderClassName
{
color: #96328E;
}
.AnyTagClassName
{
color: #96328E;
}
</style>
background-color css
<style>
a { background-color: #96328E; }
a { background-color: rgb(150,50,142); }
div.DivClassName
{
background-color: #96328E;
}
.BgClassName
{
background-color: #96328E;
}
</style>
border-color css
<style>
span { border-color: #96328E; }
span { border-color: rgb(150,50,142); }
td.TdClassName
{
border-color: #96328E;
}
.TagClassName
{
border-color: #96328E;
}
</style>