Shades of Vivid Violet #9B398E
Tints of Vivid Violet #9B398E
RGB
CMYK
RGB Variations
Color information
#9B398E (or 0x9B398E) is known color: Vivid Violet. HEX triplet: 9B, 39 and 8E. RGB value is (155,57,142). Sum of RGB (Red+Green+Blue) = 155+57+142=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B398E is #64C671. Grayscale: #5F5F5F. Windows color (decimal): -6604402 or 9320859. OLE color: 9320859.
HSL color Cylindrical-coordinate representation of color #9B398E: hue angle of 307.96º 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 #9B398E is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 142 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.39 |
| HSL | 307.96º | 0.46% | 0.42% | - |
| HSV(B) | 307.96º | 0.63% | 0.61% | - |
| XYZ | 19.86 | 11.85 | 26.83 | - |
| YUV | 95.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 142 | 0 | 0.63 | 0.08 | 0.39 | 307.96 | 0.46 | 0.42 |
| Hex | 9B | 39 | 8E | 0 | 3F | 8 | 27 | 134 | 2E | 2A |
| Octal | 233 | 71 | 216 | 0 | 77 | 10 | 47 | 464 | 56 | 52 |
| Binary | 10011011 | 111001 | 10001110 | 0 | 111111 | 1000 | 100111 | 100110100 | 101110 | 101010 |
Color Harmonies of #9B398E
Complementary color
Monochromatic Colors of #9B398E
Black with #9B398E
Text Example
Text Example
White with #9B398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B398E; }
p { color: rgb(155,57,142); }
H1.HeaderClassName
{
color: #9B398E;
}
.AnyTagClassName
{
color: #9B398E;
}
</style>
background-color css
<style>
a { background-color: #9B398E; }
a { background-color: rgb(155,57,142); }
div.DivClassName
{
background-color: #9B398E;
}
.BgClassName
{
background-color: #9B398E;
}
</style>
border-color css
<style>
span { border-color: #9B398E; }
span { border-color: rgb(155,57,142); }
td.TdClassName
{
border-color: #9B398E;
}
.TagClassName
{
border-color: #9B398E;
}
</style>