Shades of Vivid Violet #962996
Tints of Vivid Violet #962996
RGB
CMYK
RGB Variations
Color information
#962996 (or 0x962996) is known color: Vivid Violet. HEX triplet: 96, 29 and 96. RGB value is (150,41,150). Sum of RGB (Red+Green+Blue) = 150+41+150=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #962996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962996 is #69D669. Grayscale: #555555. Windows color (decimal): -6936170 or 9841046. OLE color: 9841046.
HSL color Cylindrical-coordinate representation of color #962996: hue angle of 300º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962996 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 150 | - |
| CMYK | 0 | 0.73 | 0 | 0.41 |
| HSL | 300º | 0.57% | 0.37% | - |
| HSV(B) | 300º | 0.73% | 0.59% | - |
| XYZ | 18.88 | 10.27 | 29.84 | - |
| YUV | 86.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 150 | 0 | 0.73 | 0 | 0.41 | 300 | 0.57 | 0.37 |
| Hex | 96 | 29 | 96 | 0 | 49 | 0 | 29 | 12C | 39 | 25 |
| Octal | 226 | 51 | 226 | 0 | 111 | 0 | 51 | 454 | 71 | 45 |
| Binary | 10010110 | 101001 | 10010110 | 0 | 1001001 | 0 | 101001 | 100101100 | 111001 | 100101 |
Color Harmonies of #962996
Complementary color
Monochromatic Colors of #962996
Black with #962996
Text Example
Text Example
White with #962996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962996; }
p { color: rgb(150,41,150); }
H1.HeaderClassName
{
color: #962996;
}
.AnyTagClassName
{
color: #962996;
}
</style>
background-color css
<style>
a { background-color: #962996; }
a { background-color: rgb(150,41,150); }
div.DivClassName
{
background-color: #962996;
}
.BgClassName
{
background-color: #962996;
}
</style>
border-color css
<style>
span { border-color: #962996; }
span { border-color: rgb(150,41,150); }
td.TdClassName
{
border-color: #962996;
}
.TagClassName
{
border-color: #962996;
}
</style>