Shades of Vivid Violet #96338E
Tints of Vivid Violet #96338E
RGB
CMYK
RGB Variations
Color information
#96338E (or 0x96338E) is known color: Vivid Violet. HEX triplet: 96, 33 and 8E. RGB value is (150,51,142). Sum of RGB (Red+Green+Blue) = 150+51+142=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96338E is #69CC71. Grayscale: #5A5A5A. Windows color (decimal): -6933618 or 9319318. OLE color: 9319318.
HSL color Cylindrical-coordinate representation of color #96338E: hue angle of 304.85º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96338E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 142 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.41 |
| HSL | 304.85º | 0.49% | 0.39% | - |
| HSV(B) | 304.85º | 0.66% | 0.59% | - |
| XYZ | 18.64 | 10.8 | 26.69 | - |
| YUV | 90.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 142 | 0 | 0.66 | 0.05 | 0.41 | 304.85 | 0.49 | 0.39 |
| Hex | 96 | 33 | 8E | 0 | 42 | 5 | 29 | 131 | 31 | 27 |
| Octal | 226 | 63 | 216 | 0 | 102 | 5 | 51 | 461 | 61 | 47 |
| Binary | 10010110 | 110011 | 10001110 | 0 | 1000010 | 101 | 101001 | 100110001 | 110001 | 100111 |
Color Harmonies of #96338E
Complementary color
Monochromatic Colors of #96338E
Black with #96338E
Text Example
Text Example
White with #96338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96338E; }
p { color: rgb(150,51,142); }
H1.HeaderClassName
{
color: #96338E;
}
.AnyTagClassName
{
color: #96338E;
}
</style>
background-color css
<style>
a { background-color: #96338E; }
a { background-color: rgb(150,51,142); }
div.DivClassName
{
background-color: #96338E;
}
.BgClassName
{
background-color: #96338E;
}
</style>
border-color css
<style>
span { border-color: #96338E; }
span { border-color: rgb(150,51,142); }
td.TdClassName
{
border-color: #96338E;
}
.TagClassName
{
border-color: #96338E;
}
</style>