Shades of Vivid Violet #96379F
Tints of Vivid Violet #96379F
RGB
CMYK
RGB Variations
Color information
#96379F (or 0x96379F) is known color: Vivid Violet. HEX triplet: 96, 37 and 9F. RGB value is (150,55,159). Sum of RGB (Red+Green+Blue) = 150+55+159=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #96379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96379F is #69C860. Grayscale: #5E5E5E. Windows color (decimal): -6932577 or 10434454. OLE color: 10434454.
HSL color Cylindrical-coordinate representation of color #96379F: hue angle of 294.81º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96379F is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 55 | 159 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.38 |
| HSL | 294.81º | 0.49% | 0.42% | - |
| HSV(B) | 294.81º | 0.65% | 0.62% | - |
| XYZ | 20.2 | 11.72 | 34 | - |
| YUV | 95.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 159 | 0.06 | 0.65 | 0 | 0.38 | 294.81 | 0.49 | 0.42 |
| Hex | 96 | 37 | 9F | 6 | 41 | 0 | 26 | 127 | 31 | 2A |
| Octal | 226 | 67 | 237 | 6 | 101 | 0 | 46 | 447 | 61 | 52 |
| Binary | 10010110 | 110111 | 10011111 | 110 | 1000001 | 0 | 100110 | 100100111 | 110001 | 101010 |
Color Harmonies of #96379F
Complementary color
Monochromatic Colors of #96379F
Black with #96379F
Text Example
Text Example
White with #96379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96379F; }
p { color: rgb(150,55,159); }
H1.HeaderClassName
{
color: #96379F;
}
.AnyTagClassName
{
color: #96379F;
}
</style>
background-color css
<style>
a { background-color: #96379F; }
a { background-color: rgb(150,55,159); }
div.DivClassName
{
background-color: #96379F;
}
.BgClassName
{
background-color: #96379F;
}
</style>
border-color css
<style>
span { border-color: #96379F; }
span { border-color: rgb(150,55,159); }
td.TdClassName
{
border-color: #96379F;
}
.TagClassName
{
border-color: #96379F;
}
</style>