Shades of Vivid Violet #962E8F
Tints of Vivid Violet #962E8F
RGB
CMYK
RGB Variations
Color information
#962E8F (or 0x962E8F) is known color: Vivid Violet. HEX triplet: 96, 2E and 8F. RGB value is (150,46,143). Sum of RGB (Red+Green+Blue) = 150+46+143=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #962E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962E8F is #69D170. Grayscale: #575757. Windows color (decimal): -6934897 or 9383574. OLE color: 9383574.
HSL color Cylindrical-coordinate representation of color #962E8F: hue angle of 304.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E8F is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 143 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.41 |
| HSL | 304.04º | 0.53% | 0.38% | - |
| HSV(B) | 304.04º | 0.69% | 0.59% | - |
| XYZ | 18.51 | 10.42 | 27.02 | - |
| YUV | 88.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 143 | 0 | 0.69 | 0.05 | 0.41 | 304.04 | 0.53 | 0.38 |
| Hex | 96 | 2E | 8F | 0 | 45 | 5 | 29 | 130 | 35 | 26 |
| Octal | 226 | 56 | 217 | 0 | 105 | 5 | 51 | 460 | 65 | 46 |
| Binary | 10010110 | 101110 | 10001111 | 0 | 1000101 | 101 | 101001 | 100110000 | 110101 | 100110 |
Color Harmonies of #962E8F
Complementary color
Monochromatic Colors of #962E8F
Black with #962E8F
Text Example
Text Example
White with #962E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E8F; }
p { color: rgb(150,46,143); }
H1.HeaderClassName
{
color: #962E8F;
}
.AnyTagClassName
{
color: #962E8F;
}
</style>
background-color css
<style>
a { background-color: #962E8F; }
a { background-color: rgb(150,46,143); }
div.DivClassName
{
background-color: #962E8F;
}
.BgClassName
{
background-color: #962E8F;
}
</style>
border-color css
<style>
span { border-color: #962E8F; }
span { border-color: rgb(150,46,143); }
td.TdClassName
{
border-color: #962E8F;
}
.TagClassName
{
border-color: #962E8F;
}
</style>