Shades of Vivid Violet #96399E
Tints of Vivid Violet #96399E
RGB
CMYK
RGB Variations
Color information
#96399E (or 0x96399E) is known color: Vivid Violet. HEX triplet: 96, 39 and 9E. RGB value is (150,57,158). Sum of RGB (Red+Green+Blue) = 150+57+158=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #96399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96399E is #69C661. Grayscale: #606060. Windows color (decimal): -6932066 or 10369430. OLE color: 10369430.
HSL color Cylindrical-coordinate representation of color #96399E: hue angle of 295.25º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96399E is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 57 | 158 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.38 |
| HSL | 295.25º | 0.47% | 0.42% | - |
| HSV(B) | 295.25º | 0.64% | 0.62% | - |
| XYZ | 20.21 | 11.88 | 33.58 | - |
| YUV | 96.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 158 | 0.05 | 0.64 | 0 | 0.38 | 295.25 | 0.47 | 0.42 |
| Hex | 96 | 39 | 9E | 5 | 40 | 0 | 26 | 127 | 2F | 2A |
| Octal | 226 | 71 | 236 | 5 | 100 | 0 | 46 | 447 | 57 | 52 |
| Binary | 10010110 | 111001 | 10011110 | 101 | 1000000 | 0 | 100110 | 100100111 | 101111 | 101010 |
Color Harmonies of #96399E
Complementary color
Monochromatic Colors of #96399E
Black with #96399E
Text Example
Text Example
White with #96399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96399E; }
p { color: rgb(150,57,158); }
H1.HeaderClassName
{
color: #96399E;
}
.AnyTagClassName
{
color: #96399E;
}
</style>
background-color css
<style>
a { background-color: #96399E; }
a { background-color: rgb(150,57,158); }
div.DivClassName
{
background-color: #96399E;
}
.BgClassName
{
background-color: #96399E;
}
</style>
border-color css
<style>
span { border-color: #96399E; }
span { border-color: rgb(150,57,158); }
td.TdClassName
{
border-color: #96399E;
}
.TagClassName
{
border-color: #96399E;
}
</style>