Shades of Vivid Violet #9B3A8D
Tints of Vivid Violet #9B3A8D
RGB
CMYK
RGB Variations
Color information
#9B3A8D (or 0x9B3A8D) is known color: Vivid Violet. HEX triplet: 9B, 3A and 8D. RGB value is (155,58,141). Sum of RGB (Red+Green+Blue) = 155+58+141=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3A8D is #64C572. Grayscale: #606060. Windows color (decimal): -6604147 or 9255579. OLE color: 9255579.
HSL color Cylindrical-coordinate representation of color #9B3A8D: hue angle of 308.66º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B3A8D is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 141 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.39 |
| HSL | 308.66º | 0.46% | 0.42% | - |
| HSV(B) | 308.66º | 0.63% | 0.61% | - |
| XYZ | 19.84 | 11.92 | 26.45 | - |
| YUV | 96.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 141 | 0 | 0.63 | 0.09 | 0.39 | 308.66 | 0.46 | 0.42 |
| Hex | 9B | 3A | 8D | 0 | 3F | 9 | 27 | 135 | 2E | 2A |
| Octal | 233 | 72 | 215 | 0 | 77 | 11 | 47 | 465 | 56 | 52 |
| Binary | 10011011 | 111010 | 10001101 | 0 | 111111 | 1001 | 100111 | 100110101 | 101110 | 101010 |
Color Harmonies of #9B3A8D
Complementary color
Monochromatic Colors of #9B3A8D
Black with #9B3A8D
Text Example
Text Example
White with #9B3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A8D; }
p { color: rgb(155,58,141); }
H1.HeaderClassName
{
color: #9B3A8D;
}
.AnyTagClassName
{
color: #9B3A8D;
}
</style>
background-color css
<style>
a { background-color: #9B3A8D; }
a { background-color: rgb(155,58,141); }
div.DivClassName
{
background-color: #9B3A8D;
}
.BgClassName
{
background-color: #9B3A8D;
}
</style>
border-color css
<style>
span { border-color: #9B3A8D; }
span { border-color: rgb(155,58,141); }
td.TdClassName
{
border-color: #9B3A8D;
}
.TagClassName
{
border-color: #9B3A8D;
}
</style>