Shades of Vivid Violet #96279B
Tints of Vivid Violet #96279B
RGB
CMYK
RGB Variations
Color information
#96279B (or 0x96279B) is known color: Vivid Violet. HEX triplet: 96, 27 and 9B. RGB value is (150,39,155). Sum of RGB (Red+Green+Blue) = 150+39+155=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #96279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96279B is #69D864. Grayscale: #555555. Windows color (decimal): -6936677 or 10168214. OLE color: 10168214.
HSL color Cylindrical-coordinate representation of color #96279B: hue angle of 297.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96279B is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 39 | 155 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.39 |
| HSL | 297.41º | 0.6% | 0.38% | - |
| HSV(B) | 297.41º | 0.75% | 0.61% | - |
| XYZ | 19.22 | 10.3 | 31.99 | - |
| YUV | 85.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 155 | 0.03 | 0.75 | 0 | 0.39 | 297.41 | 0.6 | 0.38 |
| Hex | 96 | 27 | 9B | 3 | 4B | 0 | 27 | 129 | 3C | 26 |
| Octal | 226 | 47 | 233 | 3 | 113 | 0 | 47 | 451 | 74 | 46 |
| Binary | 10010110 | 100111 | 10011011 | 11 | 1001011 | 0 | 100111 | 100101001 | 111100 | 100110 |
Color Harmonies of #96279B
Complementary color
Monochromatic Colors of #96279B
Black with #96279B
Text Example
Text Example
White with #96279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96279B; }
p { color: rgb(150,39,155); }
H1.HeaderClassName
{
color: #96279B;
}
.AnyTagClassName
{
color: #96279B;
}
</style>
background-color css
<style>
a { background-color: #96279B; }
a { background-color: rgb(150,39,155); }
div.DivClassName
{
background-color: #96279B;
}
.BgClassName
{
background-color: #96279B;
}
</style>
border-color css
<style>
span { border-color: #96279B; }
span { border-color: rgb(150,39,155); }
td.TdClassName
{
border-color: #96279B;
}
.TagClassName
{
border-color: #96279B;
}
</style>