Shades of Vivid Violet #9B3399
Tints of Vivid Violet #9B3399
RGB
CMYK
RGB Variations
Color information
#9B3399 (or 0x9B3399) is known color: Vivid Violet. HEX triplet: 9B, 33 and 99. RGB value is (155,51,153). Sum of RGB (Red+Green+Blue) = 155+51+153=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3399 is #64CC66. Grayscale: #5D5D5D. Windows color (decimal): -6605927 or 10040219. OLE color: 10040219.
HSL color Cylindrical-coordinate representation of color #9B3399: hue angle of 301.15º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3399 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 153 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.39 |
| HSL | 301.15º | 0.5% | 0.4% | - |
| HSV(B) | 301.15º | 0.67% | 0.61% | - |
| XYZ | 20.45 | 11.64 | 31.31 | - |
| YUV | 93.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 153 | 0 | 0.67 | 0.01 | 0.39 | 301.15 | 0.5 | 0.4 |
| Hex | 9B | 33 | 99 | 0 | 43 | 1 | 27 | 12D | 32 | 28 |
| Octal | 233 | 63 | 231 | 0 | 103 | 1 | 47 | 455 | 62 | 50 |
| Binary | 10011011 | 110011 | 10011001 | 0 | 1000011 | 1 | 100111 | 100101101 | 110010 | 101000 |
Color Harmonies of #9B3399
Complementary color
Monochromatic Colors of #9B3399
Black with #9B3399
Text Example
Text Example
White with #9B3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3399; }
p { color: rgb(155,51,153); }
H1.HeaderClassName
{
color: #9B3399;
}
.AnyTagClassName
{
color: #9B3399;
}
</style>
background-color css
<style>
a { background-color: #9B3399; }
a { background-color: rgb(155,51,153); }
div.DivClassName
{
background-color: #9B3399;
}
.BgClassName
{
background-color: #9B3399;
}
</style>
border-color css
<style>
span { border-color: #9B3399; }
span { border-color: rgb(155,51,153); }
td.TdClassName
{
border-color: #9B3399;
}
.TagClassName
{
border-color: #9B3399;
}
</style>