Shades of Vivid Violet #963395
Tints of Vivid Violet #963395
RGB
CMYK
RGB Variations
Color information
#963395 (or 0x963395) is known color: Vivid Violet. HEX triplet: 96, 33 and 95. RGB value is (150,51,149). Sum of RGB (Red+Green+Blue) = 150+51+149=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #963395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963395 is #69CC6A. Grayscale: #5B5B5B. Windows color (decimal): -6933611 or 9778070. OLE color: 9778070.
HSL color Cylindrical-coordinate representation of color #963395: hue angle of 300.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963395 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 149 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.41 |
| HSL | 300.61º | 0.49% | 0.39% | - |
| HSV(B) | 300.61º | 0.66% | 0.59% | - |
| XYZ | 19.19 | 11.02 | 29.55 | - |
| YUV | 91.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 149 | 0 | 0.66 | 0.01 | 0.41 | 300.61 | 0.49 | 0.39 |
| Hex | 96 | 33 | 95 | 0 | 42 | 1 | 29 | 12D | 31 | 27 |
| Octal | 226 | 63 | 225 | 0 | 102 | 1 | 51 | 455 | 61 | 47 |
| Binary | 10010110 | 110011 | 10010101 | 0 | 1000010 | 1 | 101001 | 100101101 | 110001 | 100111 |
Color Harmonies of #963395
Complementary color
Monochromatic Colors of #963395
Black with #963395
Text Example
Text Example
White with #963395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963395; }
p { color: rgb(150,51,149); }
H1.HeaderClassName
{
color: #963395;
}
.AnyTagClassName
{
color: #963395;
}
</style>
background-color css
<style>
a { background-color: #963395; }
a { background-color: rgb(150,51,149); }
div.DivClassName
{
background-color: #963395;
}
.BgClassName
{
background-color: #963395;
}
</style>
border-color css
<style>
span { border-color: #963395; }
span { border-color: rgb(150,51,149); }
td.TdClassName
{
border-color: #963395;
}
.TagClassName
{
border-color: #963395;
}
</style>