Shades of Vivid Violet #96279C
Tints of Vivid Violet #96279C
RGB
CMYK
RGB Variations
Color information
#96279C (or 0x96279C) is known color: Vivid Violet. HEX triplet: 96, 27 and 9C. RGB value is (150,39,156). Sum of RGB (Red+Green+Blue) = 150+39+156=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #96279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96279C is #69D863. Grayscale: #555555. Windows color (decimal): -6936676 or 10233750. OLE color: 10233750.
HSL color Cylindrical-coordinate representation of color #96279C: hue angle of 296.92º 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 #96279C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 39 | 156 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.39 |
| HSL | 296.92º | 0.6% | 0.38% | - |
| HSV(B) | 296.92º | 0.75% | 0.61% | - |
| XYZ | 19.3 | 10.34 | 32.43 | - |
| YUV | 85.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 156 | 0.04 | 0.75 | 0 | 0.39 | 296.92 | 0.6 | 0.38 |
| Hex | 96 | 27 | 9C | 4 | 4B | 0 | 27 | 129 | 3C | 26 |
| Octal | 226 | 47 | 234 | 4 | 113 | 0 | 47 | 451 | 74 | 46 |
| Binary | 10010110 | 100111 | 10011100 | 100 | 1001011 | 0 | 100111 | 100101001 | 111100 | 100110 |
Color Harmonies of #96279C
Complementary color
Monochromatic Colors of #96279C
Black with #96279C
Text Example
Text Example
White with #96279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96279C; }
p { color: rgb(150,39,156); }
H1.HeaderClassName
{
color: #96279C;
}
.AnyTagClassName
{
color: #96279C;
}
</style>
background-color css
<style>
a { background-color: #96279C; }
a { background-color: rgb(150,39,156); }
div.DivClassName
{
background-color: #96279C;
}
.BgClassName
{
background-color: #96279C;
}
</style>
border-color css
<style>
span { border-color: #96279C; }
span { border-color: rgb(150,39,156); }
td.TdClassName
{
border-color: #96279C;
}
.TagClassName
{
border-color: #96279C;
}
</style>