Shades of Vivid Violet #96359B
Tints of Vivid Violet #96359B
RGB
CMYK
RGB Variations
Color information
#96359B (or 0x96359B) is known color: Vivid Violet. HEX triplet: 96, 35 and 9B. RGB value is (150,53,155). Sum of RGB (Red+Green+Blue) = 150+53+155=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #96359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96359B is #69CA64. Grayscale: #5D5D5D. Windows color (decimal): -6933093 or 10171798. OLE color: 10171798.
HSL color Cylindrical-coordinate representation of color #96359B: hue angle of 297.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96359B is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 53 | 155 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.39 |
| HSL | 297.06º | 0.49% | 0.41% | - |
| HSV(B) | 297.06º | 0.66% | 0.61% | - |
| XYZ | 19.77 | 11.4 | 32.17 | - |
| YUV | 93.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 155 | 0.03 | 0.66 | 0 | 0.39 | 297.06 | 0.49 | 0.41 |
| Hex | 96 | 35 | 9B | 3 | 42 | 0 | 27 | 129 | 31 | 29 |
| Octal | 226 | 65 | 233 | 3 | 102 | 0 | 47 | 451 | 61 | 51 |
| Binary | 10010110 | 110101 | 10011011 | 11 | 1000010 | 0 | 100111 | 100101001 | 110001 | 101001 |
Color Harmonies of #96359B
Complementary color
Monochromatic Colors of #96359B
Black with #96359B
Text Example
Text Example
White with #96359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96359B; }
p { color: rgb(150,53,155); }
H1.HeaderClassName
{
color: #96359B;
}
.AnyTagClassName
{
color: #96359B;
}
</style>
background-color css
<style>
a { background-color: #96359B; }
a { background-color: rgb(150,53,155); }
div.DivClassName
{
background-color: #96359B;
}
.BgClassName
{
background-color: #96359B;
}
</style>
border-color css
<style>
span { border-color: #96359B; }
span { border-color: rgb(150,53,155); }
td.TdClassName
{
border-color: #96359B;
}
.TagClassName
{
border-color: #96359B;
}
</style>