Shades of Vivid Violet #962396
Tints of Vivid Violet #962396
RGB
CMYK
RGB Variations
Color information
#962396 (or 0x962396) is known color: Vivid Violet. HEX triplet: 96, 23 and 96. RGB value is (150,35,150). Sum of RGB (Red+Green+Blue) = 150+35+150=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #962396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962396 is #69DC69. Grayscale: #525252. Windows color (decimal): -6937706 or 9839510. OLE color: 9839510.
HSL color Cylindrical-coordinate representation of color #962396: hue angle of 300º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962396 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 150 | - |
| CMYK | 0 | 0.77 | 0 | 0.41 |
| HSL | 300º | 0.62% | 0.36% | - |
| HSV(B) | 300º | 0.77% | 0.59% | - |
| XYZ | 18.68 | 9.89 | 29.78 | - |
| YUV | 82.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 150 | 0 | 0.77 | 0 | 0.41 | 300 | 0.62 | 0.36 |
| Hex | 96 | 23 | 96 | 0 | 4D | 0 | 29 | 12C | 3E | 24 |
| Octal | 226 | 43 | 226 | 0 | 115 | 0 | 51 | 454 | 76 | 44 |
| Binary | 10010110 | 100011 | 10010110 | 0 | 1001101 | 0 | 101001 | 100101100 | 111110 | 100100 |
Color Harmonies of #962396
Complementary color
Monochromatic Colors of #962396
Black with #962396
Text Example
Text Example
White with #962396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962396; }
p { color: rgb(150,35,150); }
H1.HeaderClassName
{
color: #962396;
}
.AnyTagClassName
{
color: #962396;
}
</style>
background-color css
<style>
a { background-color: #962396; }
a { background-color: rgb(150,35,150); }
div.DivClassName
{
background-color: #962396;
}
.BgClassName
{
background-color: #962396;
}
</style>
border-color css
<style>
span { border-color: #962396; }
span { border-color: rgb(150,35,150); }
td.TdClassName
{
border-color: #962396;
}
.TagClassName
{
border-color: #962396;
}
</style>