Shades of Vivid Violet #9B3898
Tints of Vivid Violet #9B3898
RGB
CMYK
RGB Variations
Color information
#9B3898 (or 0x9B3898) is known color: Vivid Violet. HEX triplet: 9B, 38 and 98. RGB value is (155,56,152). Sum of RGB (Red+Green+Blue) = 155+56+152=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3898 is #64C767. Grayscale: #606060. Windows color (decimal): -6604648 or 9975963. OLE color: 9975963.
HSL color Cylindrical-coordinate representation of color #9B3898: hue angle of 301.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3898 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 152 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.39 |
| HSL | 301.82º | 0.47% | 0.41% | - |
| HSV(B) | 301.82º | 0.64% | 0.61% | - |
| XYZ | 20.6 | 12.06 | 30.95 | - |
| YUV | 96.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 152 | 0 | 0.64 | 0.02 | 0.39 | 301.82 | 0.47 | 0.41 |
| Hex | 9B | 38 | 98 | 0 | 40 | 2 | 27 | 12E | 2F | 29 |
| Octal | 233 | 70 | 230 | 0 | 100 | 2 | 47 | 456 | 57 | 51 |
| Binary | 10011011 | 111000 | 10011000 | 0 | 1000000 | 10 | 100111 | 100101110 | 101111 | 101001 |
Color Harmonies of #9B3898
Complementary color
Monochromatic Colors of #9B3898
Black with #9B3898
Text Example
Text Example
White with #9B3898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3898; }
p { color: rgb(155,56,152); }
H1.HeaderClassName
{
color: #9B3898;
}
.AnyTagClassName
{
color: #9B3898;
}
</style>
background-color css
<style>
a { background-color: #9B3898; }
a { background-color: rgb(155,56,152); }
div.DivClassName
{
background-color: #9B3898;
}
.BgClassName
{
background-color: #9B3898;
}
</style>
border-color css
<style>
span { border-color: #9B3898; }
span { border-color: rgb(155,56,152); }
td.TdClassName
{
border-color: #9B3898;
}
.TagClassName
{
border-color: #9B3898;
}
</style>