Shades of Vivid Violet #962E93
Tints of Vivid Violet #962E93
RGB
CMYK
RGB Variations
Color information
#962E93 (or 0x962E93) is known color: Vivid Violet. HEX triplet: 96, 2E and 93. RGB value is (150,46,147). Sum of RGB (Red+Green+Blue) = 150+46+147=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #962E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962E93 is #69D16C. Grayscale: #585858. Windows color (decimal): -6934893 or 9645718. OLE color: 9645718.
HSL color Cylindrical-coordinate representation of color #962E93: hue angle of 301.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E93 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 147 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.41 |
| HSL | 301.73º | 0.53% | 0.38% | - |
| HSV(B) | 301.73º | 0.69% | 0.59% | - |
| XYZ | 18.82 | 10.54 | 28.65 | - |
| YUV | 88.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 147 | 0 | 0.69 | 0.02 | 0.41 | 301.73 | 0.53 | 0.38 |
| Hex | 96 | 2E | 93 | 0 | 45 | 2 | 29 | 12E | 35 | 26 |
| Octal | 226 | 56 | 223 | 0 | 105 | 2 | 51 | 456 | 65 | 46 |
| Binary | 10010110 | 101110 | 10010011 | 0 | 1000101 | 10 | 101001 | 100101110 | 110101 | 100110 |
Color Harmonies of #962E93
Complementary color
Monochromatic Colors of #962E93
Black with #962E93
Text Example
Text Example
White with #962E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E93; }
p { color: rgb(150,46,147); }
H1.HeaderClassName
{
color: #962E93;
}
.AnyTagClassName
{
color: #962E93;
}
</style>
background-color css
<style>
a { background-color: #962E93; }
a { background-color: rgb(150,46,147); }
div.DivClassName
{
background-color: #962E93;
}
.BgClassName
{
background-color: #962E93;
}
</style>
border-color css
<style>
span { border-color: #962E93; }
span { border-color: rgb(150,46,147); }
td.TdClassName
{
border-color: #962E93;
}
.TagClassName
{
border-color: #962E93;
}
</style>