Shades of Vivid Violet #96419C
Tints of Vivid Violet #96419C
RGB
CMYK
RGB Variations
Color information
#96419C (or 0x96419C) is known color: Vivid Violet. HEX triplet: 96, 41 and 9C. RGB value is (150,65,156). Sum of RGB (Red+Green+Blue) = 150+65+156=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #96419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96419C is #69BE63. Grayscale: #646464. Windows color (decimal): -6930020 or 10240406. OLE color: 10240406.
HSL color Cylindrical-coordinate representation of color #96419C: hue angle of 296.04º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96419C is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 65 | 156 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.39 |
| HSL | 296.04º | 0.41% | 0.43% | - |
| HSV(B) | 296.04º | 0.58% | 0.61% | - |
| XYZ | 20.47 | 12.66 | 32.82 | - |
| YUV | 100.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 156 | 0.04 | 0.58 | 0 | 0.39 | 296.04 | 0.41 | 0.43 |
| Hex | 96 | 41 | 9C | 4 | 3A | 0 | 27 | 128 | 29 | 2B |
| Octal | 226 | 101 | 234 | 4 | 72 | 0 | 47 | 450 | 51 | 53 |
| Binary | 10010110 | 1000001 | 10011100 | 100 | 111010 | 0 | 100111 | 100101000 | 101001 | 101011 |
Color Harmonies of #96419C
Complementary color
Monochromatic Colors of #96419C
Black with #96419C
Text Example
Text Example
White with #96419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96419C; }
p { color: rgb(150,65,156); }
H1.HeaderClassName
{
color: #96419C;
}
.AnyTagClassName
{
color: #96419C;
}
</style>
background-color css
<style>
a { background-color: #96419C; }
a { background-color: rgb(150,65,156); }
div.DivClassName
{
background-color: #96419C;
}
.BgClassName
{
background-color: #96419C;
}
</style>
border-color css
<style>
span { border-color: #96419C; }
span { border-color: rgb(150,65,156); }
td.TdClassName
{
border-color: #96419C;
}
.TagClassName
{
border-color: #96419C;
}
</style>