Shades of Vivid Violet #963A92
Tints of Vivid Violet #963A92
RGB
CMYK
RGB Variations
Color information
#963A92 (or 0x963A92) is known color: Vivid Violet. HEX triplet: 96, 3A and 92. RGB value is (150,58,146). Sum of RGB (Red+Green+Blue) = 150+58+146=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #963A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A92 is #69C56D. Grayscale: #5F5F5F. Windows color (decimal): -6931822 or 9583254. OLE color: 9583254.
HSL color Cylindrical-coordinate representation of color #963A92: hue angle of 302.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A92 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 146 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.41 |
| HSL | 302.61º | 0.44% | 0.41% | - |
| HSV(B) | 302.61º | 0.61% | 0.59% | - |
| XYZ | 19.28 | 11.59 | 28.41 | - |
| YUV | 95.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 146 | 0 | 0.61 | 0.03 | 0.41 | 302.61 | 0.44 | 0.41 |
| Hex | 96 | 3A | 92 | 0 | 3D | 3 | 29 | 12F | 2C | 29 |
| Octal | 226 | 72 | 222 | 0 | 75 | 3 | 51 | 457 | 54 | 51 |
| Binary | 10010110 | 111010 | 10010010 | 0 | 111101 | 11 | 101001 | 100101111 | 101100 | 101001 |
Color Harmonies of #963A92
Complementary color
Monochromatic Colors of #963A92
Black with #963A92
Text Example
Text Example
White with #963A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A92; }
p { color: rgb(150,58,146); }
H1.HeaderClassName
{
color: #963A92;
}
.AnyTagClassName
{
color: #963A92;
}
</style>
background-color css
<style>
a { background-color: #963A92; }
a { background-color: rgb(150,58,146); }
div.DivClassName
{
background-color: #963A92;
}
.BgClassName
{
background-color: #963A92;
}
</style>
border-color css
<style>
span { border-color: #963A92; }
span { border-color: rgb(150,58,146); }
td.TdClassName
{
border-color: #963A92;
}
.TagClassName
{
border-color: #963A92;
}
</style>