Shades of Vivid Violet #9B389E
Tints of Vivid Violet #9B389E
RGB
CMYK
RGB Variations
Color information
#9B389E (or 0x9B389E) is known color: Vivid Violet. HEX triplet: 9B, 38 and 9E. RGB value is (155,56,158). Sum of RGB (Red+Green+Blue) = 155+56+158=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B389E is #64C761. Grayscale: #606060. Windows color (decimal): -6604642 or 10369179. OLE color: 10369179.
HSL color Cylindrical-coordinate representation of color #9B389E: hue angle of 298.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B389E is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 56 | 158 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.38 |
| HSL | 298.24º | 0.48% | 0.42% | - |
| HSV(B) | 298.24º | 0.65% | 0.62% | - |
| XYZ | 21.1 | 12.27 | 33.6 | - |
| YUV | 97.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 158 | 0.02 | 0.65 | 0 | 0.38 | 298.24 | 0.48 | 0.42 |
| Hex | 9B | 38 | 9E | 2 | 41 | 0 | 26 | 12A | 30 | 2A |
| Octal | 233 | 70 | 236 | 2 | 101 | 0 | 46 | 452 | 60 | 52 |
| Binary | 10011011 | 111000 | 10011110 | 10 | 1000001 | 0 | 100110 | 100101010 | 110000 | 101010 |
Color Harmonies of #9B389E
Complementary color
Monochromatic Colors of #9B389E
Black with #9B389E
Text Example
Text Example
White with #9B389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B389E; }
p { color: rgb(155,56,158); }
H1.HeaderClassName
{
color: #9B389E;
}
.AnyTagClassName
{
color: #9B389E;
}
</style>
background-color css
<style>
a { background-color: #9B389E; }
a { background-color: rgb(155,56,158); }
div.DivClassName
{
background-color: #9B389E;
}
.BgClassName
{
background-color: #9B389E;
}
</style>
border-color css
<style>
span { border-color: #9B389E; }
span { border-color: rgb(155,56,158); }
td.TdClassName
{
border-color: #9B389E;
}
.TagClassName
{
border-color: #9B389E;
}
</style>