Shades of Vivid Violet #96289D
Tints of Vivid Violet #96289D
RGB
CMYK
RGB Variations
Color information
#96289D (or 0x96289D) is known color: Vivid Violet. HEX triplet: 96, 28 and 9D. RGB value is (150,40,157). Sum of RGB (Red+Green+Blue) = 150+40+157=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #96289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96289D is #69D762. Grayscale: #555555. Windows color (decimal): -6936419 or 10299542. OLE color: 10299542.
HSL color Cylindrical-coordinate representation of color #96289D: hue angle of 296.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96289D is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 40 | 157 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.38 |
| HSL | 296.41º | 0.59% | 0.39% | - |
| HSV(B) | 296.41º | 0.75% | 0.62% | - |
| XYZ | 19.42 | 10.44 | 32.89 | - |
| YUV | 86.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 157 | 0.04 | 0.75 | 0 | 0.38 | 296.41 | 0.59 | 0.39 |
| Hex | 96 | 28 | 9D | 4 | 4B | 0 | 26 | 128 | 3B | 27 |
| Octal | 226 | 50 | 235 | 4 | 113 | 0 | 46 | 450 | 73 | 47 |
| Binary | 10010110 | 101000 | 10011101 | 100 | 1001011 | 0 | 100110 | 100101000 | 111011 | 100111 |
Color Harmonies of #96289D
Complementary color
Monochromatic Colors of #96289D
Black with #96289D
Text Example
Text Example
White with #96289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96289D; }
p { color: rgb(150,40,157); }
H1.HeaderClassName
{
color: #96289D;
}
.AnyTagClassName
{
color: #96289D;
}
</style>
background-color css
<style>
a { background-color: #96289D; }
a { background-color: rgb(150,40,157); }
div.DivClassName
{
background-color: #96289D;
}
.BgClassName
{
background-color: #96289D;
}
</style>
border-color css
<style>
span { border-color: #96289D; }
span { border-color: rgb(150,40,157); }
td.TdClassName
{
border-color: #96289D;
}
.TagClassName
{
border-color: #96289D;
}
</style>