Shades of Vivid Violet #96359E
Tints of Vivid Violet #96359E
RGB
CMYK
RGB Variations
Color information
#96359E (or 0x96359E) is known color: Vivid Violet. HEX triplet: 96, 35 and 9E. RGB value is (150,53,158). Sum of RGB (Red+Green+Blue) = 150+53+158=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #96359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96359E is #69CA61. Grayscale: #5D5D5D. Windows color (decimal): -6933090 or 10368406. OLE color: 10368406.
HSL color Cylindrical-coordinate representation of color #96359E: hue angle of 295.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96359E is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 53 | 158 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.38 |
| HSL | 295.43º | 0.5% | 0.41% | - |
| HSV(B) | 295.43º | 0.66% | 0.62% | - |
| XYZ | 20.02 | 11.5 | 33.51 | - |
| YUV | 93.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 158 | 0.05 | 0.66 | 0 | 0.38 | 295.43 | 0.5 | 0.41 |
| Hex | 96 | 35 | 9E | 5 | 42 | 0 | 26 | 127 | 32 | 29 |
| Octal | 226 | 65 | 236 | 5 | 102 | 0 | 46 | 447 | 62 | 51 |
| Binary | 10010110 | 110101 | 10011110 | 101 | 1000010 | 0 | 100110 | 100100111 | 110010 | 101001 |
Color Harmonies of #96359E
Complementary color
Monochromatic Colors of #96359E
Black with #96359E
Text Example
Text Example
White with #96359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96359E; }
p { color: rgb(150,53,158); }
H1.HeaderClassName
{
color: #96359E;
}
.AnyTagClassName
{
color: #96359E;
}
</style>
background-color css
<style>
a { background-color: #96359E; }
a { background-color: rgb(150,53,158); }
div.DivClassName
{
background-color: #96359E;
}
.BgClassName
{
background-color: #96359E;
}
</style>
border-color css
<style>
span { border-color: #96359E; }
span { border-color: rgb(150,53,158); }
td.TdClassName
{
border-color: #96359E;
}
.TagClassName
{
border-color: #96359E;
}
</style>