Shades of Vivid Violet #96339C
Tints of Vivid Violet #96339C
RGB
CMYK
RGB Variations
Color information
#96339C (or 0x96339C) is known color: Vivid Violet. HEX triplet: 96, 33 and 9C. RGB value is (150,51,156). Sum of RGB (Red+Green+Blue) = 150+51+156=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #96339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96339C is #69CC63. Grayscale: #5C5C5C. Windows color (decimal): -6933604 or 10236822. OLE color: 10236822.
HSL color Cylindrical-coordinate representation of color #96339C: hue angle of 296.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96339C is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 51 | 156 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.39 |
| HSL | 296.57º | 0.51% | 0.41% | - |
| HSV(B) | 296.57º | 0.67% | 0.61% | - |
| XYZ | 19.76 | 11.25 | 32.58 | - |
| YUV | 92.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 156 | 0.04 | 0.67 | 0 | 0.39 | 296.57 | 0.51 | 0.41 |
| Hex | 96 | 33 | 9C | 4 | 43 | 0 | 27 | 129 | 33 | 29 |
| Octal | 226 | 63 | 234 | 4 | 103 | 0 | 47 | 451 | 63 | 51 |
| Binary | 10010110 | 110011 | 10011100 | 100 | 1000011 | 0 | 100111 | 100101001 | 110011 | 101001 |
Color Harmonies of #96339C
Complementary color
Monochromatic Colors of #96339C
Black with #96339C
Text Example
Text Example
White with #96339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96339C; }
p { color: rgb(150,51,156); }
H1.HeaderClassName
{
color: #96339C;
}
.AnyTagClassName
{
color: #96339C;
}
</style>
background-color css
<style>
a { background-color: #96339C; }
a { background-color: rgb(150,51,156); }
div.DivClassName
{
background-color: #96339C;
}
.BgClassName
{
background-color: #96339C;
}
</style>
border-color css
<style>
span { border-color: #96339C; }
span { border-color: rgb(150,51,156); }
td.TdClassName
{
border-color: #96339C;
}
.TagClassName
{
border-color: #96339C;
}
</style>