Shades of Vivid Violet #96419F
Tints of Vivid Violet #96419F
RGB
CMYK
RGB Variations
Color information
#96419F (or 0x96419F) is known color: Vivid Violet. HEX triplet: 96, 41 and 9F. RGB value is (150,65,159). Sum of RGB (Red+Green+Blue) = 150+65+159=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #96419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96419F is #69BE60. Grayscale: #646464. Windows color (decimal): -6930017 or 10437014. OLE color: 10437014.
HSL color Cylindrical-coordinate representation of color #96419F: hue angle of 294.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96419F is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 65 | 159 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.38 |
| HSL | 294.26º | 0.42% | 0.44% | - |
| HSV(B) | 294.26º | 0.59% | 0.62% | - |
| XYZ | 20.73 | 12.77 | 34.17 | - |
| YUV | 101.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 159 | 0.06 | 0.59 | 0 | 0.38 | 294.26 | 0.42 | 0.44 |
| Hex | 96 | 41 | 9F | 6 | 3B | 0 | 26 | 126 | 2A | 2C |
| Octal | 226 | 101 | 237 | 6 | 73 | 0 | 46 | 446 | 52 | 54 |
| Binary | 10010110 | 1000001 | 10011111 | 110 | 111011 | 0 | 100110 | 100100110 | 101010 | 101100 |
Color Harmonies of #96419F
Complementary color
Monochromatic Colors of #96419F
Black with #96419F
Text Example
Text Example
White with #96419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96419F; }
p { color: rgb(150,65,159); }
H1.HeaderClassName
{
color: #96419F;
}
.AnyTagClassName
{
color: #96419F;
}
</style>
background-color css
<style>
a { background-color: #96419F; }
a { background-color: rgb(150,65,159); }
div.DivClassName
{
background-color: #96419F;
}
.BgClassName
{
background-color: #96419F;
}
</style>
border-color css
<style>
span { border-color: #96419F; }
span { border-color: rgb(150,65,159); }
td.TdClassName
{
border-color: #96419F;
}
.TagClassName
{
border-color: #96419F;
}
</style>