Shades of Vivid Violet #96249D
Tints of Vivid Violet #96249D
RGB
CMYK
RGB Variations
Color information
#96249D (or 0x96249D) is known color: Vivid Violet. HEX triplet: 96, 24 and 9D. RGB value is (150,36,157). Sum of RGB (Red+Green+Blue) = 150+36+157=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #96249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96249D is #69DB62. Grayscale: #535353. Windows color (decimal): -6937443 or 10298518. OLE color: 10298518.
HSL color Cylindrical-coordinate representation of color #96249D: hue angle of 296.53º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96249D is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 36 | 157 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.38 |
| HSL | 296.53º | 0.63% | 0.38% | - |
| HSV(B) | 296.53º | 0.77% | 0.62% | - |
| XYZ | 19.29 | 10.18 | 32.85 | - |
| YUV | 83.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 157 | 0.04 | 0.77 | 0 | 0.38 | 296.53 | 0.63 | 0.38 |
| Hex | 96 | 24 | 9D | 4 | 4D | 0 | 26 | 129 | 3F | 26 |
| Octal | 226 | 44 | 235 | 4 | 115 | 0 | 46 | 451 | 77 | 46 |
| Binary | 10010110 | 100100 | 10011101 | 100 | 1001101 | 0 | 100110 | 100101001 | 111111 | 100110 |
Color Harmonies of #96249D
Complementary color
Monochromatic Colors of #96249D
Black with #96249D
Text Example
Text Example
White with #96249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96249D; }
p { color: rgb(150,36,157); }
H1.HeaderClassName
{
color: #96249D;
}
.AnyTagClassName
{
color: #96249D;
}
</style>
background-color css
<style>
a { background-color: #96249D; }
a { background-color: rgb(150,36,157); }
div.DivClassName
{
background-color: #96249D;
}
.BgClassName
{
background-color: #96249D;
}
</style>
border-color css
<style>
span { border-color: #96249D; }
span { border-color: rgb(150,36,157); }
td.TdClassName
{
border-color: #96249D;
}
.TagClassName
{
border-color: #96249D;
}
</style>