Shades of Vivid Violet #963092
Tints of Vivid Violet #963092
RGB
CMYK
RGB Variations
Color information
#963092 (or 0x963092) is known color: Vivid Violet. HEX triplet: 96, 30 and 92. RGB value is (150,48,146). Sum of RGB (Red+Green+Blue) = 150+48+146=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963092 is #69CF6D. Grayscale: #595959. Windows color (decimal): -6934382 or 9580694. OLE color: 9580694.
HSL color Cylindrical-coordinate representation of color #963092: hue angle of 302.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963092 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 146 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.41 |
| HSL | 302.35º | 0.52% | 0.39% | - |
| HSV(B) | 302.35º | 0.68% | 0.59% | - |
| XYZ | 18.82 | 10.67 | 28.26 | - |
| YUV | 89.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 146 | 0 | 0.68 | 0.03 | 0.41 | 302.35 | 0.52 | 0.39 |
| Hex | 96 | 30 | 92 | 0 | 44 | 3 | 29 | 12E | 34 | 27 |
| Octal | 226 | 60 | 222 | 0 | 104 | 3 | 51 | 456 | 64 | 47 |
| Binary | 10010110 | 110000 | 10010010 | 0 | 1000100 | 11 | 101001 | 100101110 | 110100 | 100111 |
Color Harmonies of #963092
Complementary color
Monochromatic Colors of #963092
Black with #963092
Text Example
Text Example
White with #963092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963092; }
p { color: rgb(150,48,146); }
H1.HeaderClassName
{
color: #963092;
}
.AnyTagClassName
{
color: #963092;
}
</style>
background-color css
<style>
a { background-color: #963092; }
a { background-color: rgb(150,48,146); }
div.DivClassName
{
background-color: #963092;
}
.BgClassName
{
background-color: #963092;
}
</style>
border-color css
<style>
span { border-color: #963092; }
span { border-color: rgb(150,48,146); }
td.TdClassName
{
border-color: #963092;
}
.TagClassName
{
border-color: #963092;
}
</style>