Shades of Vivid Violet #96328D
Tints of Vivid Violet #96328D
RGB
CMYK
RGB Variations
Color information
#96328D (or 0x96328D) is known color: Vivid Violet. HEX triplet: 96, 32 and 8D. RGB value is (150,50,141). Sum of RGB (Red+Green+Blue) = 150+50+141=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328D is #69CD72. Grayscale: #5A5A5A. Windows color (decimal): -6933875 or 9253526. OLE color: 9253526.
HSL color Cylindrical-coordinate representation of color #96328D: hue angle of 305.4º 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 #96328D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 141 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.41 |
| HSL | 305.4º | 0.5% | 0.39% | - |
| HSV(B) | 305.4º | 0.67% | 0.59% | - |
| XYZ | 18.53 | 10.69 | 26.29 | - |
| YUV | 90.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 141 | 0 | 0.67 | 0.06 | 0.41 | 305.4 | 0.5 | 0.39 |
| Hex | 96 | 32 | 8D | 0 | 43 | 6 | 29 | 131 | 32 | 27 |
| Octal | 226 | 62 | 215 | 0 | 103 | 6 | 51 | 461 | 62 | 47 |
| Binary | 10010110 | 110010 | 10001101 | 0 | 1000011 | 110 | 101001 | 100110001 | 110010 | 100111 |
Color Harmonies of #96328D
Complementary color
Monochromatic Colors of #96328D
Black with #96328D
Text Example
Text Example
White with #96328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96328D; }
p { color: rgb(150,50,141); }
H1.HeaderClassName
{
color: #96328D;
}
.AnyTagClassName
{
color: #96328D;
}
</style>
background-color css
<style>
a { background-color: #96328D; }
a { background-color: rgb(150,50,141); }
div.DivClassName
{
background-color: #96328D;
}
.BgClassName
{
background-color: #96328D;
}
</style>
border-color css
<style>
span { border-color: #96328D; }
span { border-color: rgb(150,50,141); }
td.TdClassName
{
border-color: #96328D;
}
.TagClassName
{
border-color: #96328D;
}
</style>