Shades of Vivid Violet #96409D
Tints of Vivid Violet #96409D
RGB
CMYK
RGB Variations
Color information
#96409D (or 0x96409D) is known color: Vivid Violet. HEX triplet: 96, 40 and 9D. RGB value is (150,64,157). Sum of RGB (Red+Green+Blue) = 150+64+157=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #96409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96409D is #69BF62. Grayscale: #646464. Windows color (decimal): -6930275 or 10305686. OLE color: 10305686.
HSL color Cylindrical-coordinate representation of color #96409D: hue angle of 295.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96409D is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 64 | 157 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.38 |
| HSL | 295.48º | 0.42% | 0.43% | - |
| HSV(B) | 295.48º | 0.59% | 0.62% | - |
| XYZ | 20.5 | 12.59 | 33.25 | - |
| YUV | 100.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 157 | 0.04 | 0.59 | 0 | 0.38 | 295.48 | 0.42 | 0.43 |
| Hex | 96 | 40 | 9D | 4 | 3B | 0 | 26 | 127 | 2A | 2B |
| Octal | 226 | 100 | 235 | 4 | 73 | 0 | 46 | 447 | 52 | 53 |
| Binary | 10010110 | 1000000 | 10011101 | 100 | 111011 | 0 | 100110 | 100100111 | 101010 | 101011 |
Color Harmonies of #96409D
Complementary color
Monochromatic Colors of #96409D
Black with #96409D
Text Example
Text Example
White with #96409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96409D; }
p { color: rgb(150,64,157); }
H1.HeaderClassName
{
color: #96409D;
}
.AnyTagClassName
{
color: #96409D;
}
</style>
background-color css
<style>
a { background-color: #96409D; }
a { background-color: rgb(150,64,157); }
div.DivClassName
{
background-color: #96409D;
}
.BgClassName
{
background-color: #96409D;
}
</style>
border-color css
<style>
span { border-color: #96409D; }
span { border-color: rgb(150,64,157); }
td.TdClassName
{
border-color: #96409D;
}
.TagClassName
{
border-color: #96409D;
}
</style>