Shades of Vivid Violet #96289B
Tints of Vivid Violet #96289B
RGB
CMYK
RGB Variations
Color information
#96289B (or 0x96289B) is known color: Vivid Violet. HEX triplet: 96, 28 and 9B. RGB value is (150,40,155). Sum of RGB (Red+Green+Blue) = 150+40+155=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #96289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96289B is #69D764. Grayscale: #555555. Windows color (decimal): -6936421 or 10168470. OLE color: 10168470.
HSL color Cylindrical-coordinate representation of color #96289B: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96289B is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 40 | 155 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.39 |
| HSL | 297.39º | 0.59% | 0.38% | - |
| HSV(B) | 297.39º | 0.74% | 0.61% | - |
| XYZ | 19.25 | 10.37 | 32 | - |
| YUV | 86 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 155 | 0.03 | 0.74 | 0 | 0.39 | 297.39 | 0.59 | 0.38 |
| Hex | 96 | 28 | 9B | 3 | 4A | 0 | 27 | 129 | 3B | 26 |
| Octal | 226 | 50 | 233 | 3 | 112 | 0 | 47 | 451 | 73 | 46 |
| Binary | 10010110 | 101000 | 10011011 | 11 | 1001010 | 0 | 100111 | 100101001 | 111011 | 100110 |
Color Harmonies of #96289B
Complementary color
Monochromatic Colors of #96289B
Black with #96289B
Text Example
Text Example
White with #96289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96289B; }
p { color: rgb(150,40,155); }
H1.HeaderClassName
{
color: #96289B;
}
.AnyTagClassName
{
color: #96289B;
}
</style>
background-color css
<style>
a { background-color: #96289B; }
a { background-color: rgb(150,40,155); }
div.DivClassName
{
background-color: #96289B;
}
.BgClassName
{
background-color: #96289B;
}
</style>
border-color css
<style>
span { border-color: #96289B; }
span { border-color: rgb(150,40,155); }
td.TdClassName
{
border-color: #96289B;
}
.TagClassName
{
border-color: #96289B;
}
</style>