Shades of Vivid Violet #96369B
Tints of Vivid Violet #96369B
RGB
CMYK
RGB Variations
Color information
#96369B (or 0x96369B) is known color: Vivid Violet. HEX triplet: 96, 36 and 9B. RGB value is (150,54,155). Sum of RGB (Red+Green+Blue) = 150+54+155=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #96369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96369B is #69C964. Grayscale: #5D5D5D. Windows color (decimal): -6932837 or 10172054. OLE color: 10172054.
HSL color Cylindrical-coordinate representation of color #96369B: hue angle of 297.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96369B is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 54 | 155 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.39 |
| HSL | 297.03º | 0.48% | 0.41% | - |
| HSV(B) | 297.03º | 0.65% | 0.61% | - |
| XYZ | 19.81 | 11.49 | 32.18 | - |
| YUV | 94.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 155 | 0.03 | 0.65 | 0 | 0.39 | 297.03 | 0.48 | 0.41 |
| Hex | 96 | 36 | 9B | 3 | 41 | 0 | 27 | 129 | 30 | 29 |
| Octal | 226 | 66 | 233 | 3 | 101 | 0 | 47 | 451 | 60 | 51 |
| Binary | 10010110 | 110110 | 10011011 | 11 | 1000001 | 0 | 100111 | 100101001 | 110000 | 101001 |
Color Harmonies of #96369B
Complementary color
Monochromatic Colors of #96369B
Black with #96369B
Text Example
Text Example
White with #96369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96369B; }
p { color: rgb(150,54,155); }
H1.HeaderClassName
{
color: #96369B;
}
.AnyTagClassName
{
color: #96369B;
}
</style>
background-color css
<style>
a { background-color: #96369B; }
a { background-color: rgb(150,54,155); }
div.DivClassName
{
background-color: #96369B;
}
.BgClassName
{
background-color: #96369B;
}
</style>
border-color css
<style>
span { border-color: #96369B; }
span { border-color: rgb(150,54,155); }
td.TdClassName
{
border-color: #96369B;
}
.TagClassName
{
border-color: #96369B;
}
</style>