Shades of Vivid Violet #9B3596
Tints of Vivid Violet #9B3596
RGB
CMYK
RGB Variations
Color information
#9B3596 (or 0x9B3596) is known color: Vivid Violet. HEX triplet: 9B, 35 and 96. RGB value is (155,53,150). Sum of RGB (Red+Green+Blue) = 155+53+150=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3596 is #64CA69. Grayscale: #5E5E5E. Windows color (decimal): -6605418 or 9844123. OLE color: 9844123.
HSL color Cylindrical-coordinate representation of color #9B3596: hue angle of 302.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3596 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 150 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.39 |
| HSL | 302.94º | 0.49% | 0.41% | - |
| HSV(B) | 302.94º | 0.66% | 0.61% | - |
| XYZ | 20.3 | 11.72 | 30.05 | - |
| YUV | 94.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 150 | 0 | 0.66 | 0.03 | 0.39 | 302.94 | 0.49 | 0.41 |
| Hex | 9B | 35 | 96 | 0 | 42 | 3 | 27 | 12F | 31 | 29 |
| Octal | 233 | 65 | 226 | 0 | 102 | 3 | 47 | 457 | 61 | 51 |
| Binary | 10011011 | 110101 | 10010110 | 0 | 1000010 | 11 | 100111 | 100101111 | 110001 | 101001 |
Color Harmonies of #9B3596
Complementary color
Monochromatic Colors of #9B3596
Black with #9B3596
Text Example
Text Example
White with #9B3596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3596; }
p { color: rgb(155,53,150); }
H1.HeaderClassName
{
color: #9B3596;
}
.AnyTagClassName
{
color: #9B3596;
}
</style>
background-color css
<style>
a { background-color: #9B3596; }
a { background-color: rgb(155,53,150); }
div.DivClassName
{
background-color: #9B3596;
}
.BgClassName
{
background-color: #9B3596;
}
</style>
border-color css
<style>
span { border-color: #9B3596; }
span { border-color: rgb(155,53,150); }
td.TdClassName
{
border-color: #9B3596;
}
.TagClassName
{
border-color: #9B3596;
}
</style>