Shades of Vivid Violet #963095
Tints of Vivid Violet #963095
RGB
CMYK
RGB Variations
Color information
#963095 (or 0x963095) is known color: Vivid Violet. HEX triplet: 96, 30 and 95. RGB value is (150,48,149). Sum of RGB (Red+Green+Blue) = 150+48+149=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963095 is #69CF6A. Grayscale: #595959. Windows color (decimal): -6934379 or 9777302. OLE color: 9777302.
HSL color Cylindrical-coordinate representation of color #963095: hue angle of 300.59º 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 #963095 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 149 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.41 |
| HSL | 300.59º | 0.52% | 0.39% | - |
| HSV(B) | 300.59º | 0.68% | 0.59% | - |
| XYZ | 19.06 | 10.77 | 29.51 | - |
| YUV | 90.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 149 | 0 | 0.68 | 0.01 | 0.41 | 300.59 | 0.52 | 0.39 |
| Hex | 96 | 30 | 95 | 0 | 44 | 1 | 29 | 12D | 34 | 27 |
| Octal | 226 | 60 | 225 | 0 | 104 | 1 | 51 | 455 | 64 | 47 |
| Binary | 10010110 | 110000 | 10010101 | 0 | 1000100 | 1 | 101001 | 100101101 | 110100 | 100111 |
Color Harmonies of #963095
Complementary color
Monochromatic Colors of #963095
Black with #963095
Text Example
Text Example
White with #963095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963095; }
p { color: rgb(150,48,149); }
H1.HeaderClassName
{
color: #963095;
}
.AnyTagClassName
{
color: #963095;
}
</style>
background-color css
<style>
a { background-color: #963095; }
a { background-color: rgb(150,48,149); }
div.DivClassName
{
background-color: #963095;
}
.BgClassName
{
background-color: #963095;
}
</style>
border-color css
<style>
span { border-color: #963095; }
span { border-color: rgb(150,48,149); }
td.TdClassName
{
border-color: #963095;
}
.TagClassName
{
border-color: #963095;
}
</style>