Shades of Vivid Violet #962D9F
Tints of Vivid Violet #962D9F
RGB
CMYK
RGB Variations
Color information
#962D9F (or 0x962D9F) is known color: Vivid Violet. HEX triplet: 96, 2D and 9F. RGB value is (150,45,159). Sum of RGB (Red+Green+Blue) = 150+45+159=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #962D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D9F is #69D260. Grayscale: #595959. Windows color (decimal): -6935137 or 10431894. OLE color: 10431894.
HSL color Cylindrical-coordinate representation of color #962D9F: hue angle of 295.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962D9F is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 45 | 159 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.38 |
| HSL | 295.26º | 0.56% | 0.4% | - |
| HSV(B) | 295.26º | 0.72% | 0.62% | - |
| XYZ | 19.77 | 10.86 | 33.86 | - |
| YUV | 89.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 159 | 0.06 | 0.72 | 0 | 0.38 | 295.26 | 0.56 | 0.4 |
| Hex | 96 | 2D | 9F | 6 | 48 | 0 | 26 | 127 | 38 | 28 |
| Octal | 226 | 55 | 237 | 6 | 110 | 0 | 46 | 447 | 70 | 50 |
| Binary | 10010110 | 101101 | 10011111 | 110 | 1001000 | 0 | 100110 | 100100111 | 111000 | 101000 |
Color Harmonies of #962D9F
Complementary color
Monochromatic Colors of #962D9F
Black with #962D9F
Text Example
Text Example
White with #962D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D9F; }
p { color: rgb(150,45,159); }
H1.HeaderClassName
{
color: #962D9F;
}
.AnyTagClassName
{
color: #962D9F;
}
</style>
background-color css
<style>
a { background-color: #962D9F; }
a { background-color: rgb(150,45,159); }
div.DivClassName
{
background-color: #962D9F;
}
.BgClassName
{
background-color: #962D9F;
}
</style>
border-color css
<style>
span { border-color: #962D9F; }
span { border-color: rgb(150,45,159); }
td.TdClassName
{
border-color: #962D9F;
}
.TagClassName
{
border-color: #962D9F;
}
</style>