Shades of Vivid Violet #9B2398
Tints of Vivid Violet #9B2398
RGB
CMYK
RGB Variations
Color information
#9B2398 (or 0x9B2398) is known color: Vivid Violet. HEX triplet: 9B, 23 and 98. RGB value is (155,35,152). Sum of RGB (Red+Green+Blue) = 155+35+152=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2398 is #64DC67. Grayscale: #535353. Windows color (decimal): -6610024 or 9970587. OLE color: 9970587.
HSL color Cylindrical-coordinate representation of color #9B2398: hue angle of 301.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2398 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 152 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.39 |
| HSL | 301.5º | 0.63% | 0.37% | - |
| HSV(B) | 301.5º | 0.77% | 0.61% | - |
| XYZ | 19.79 | 10.44 | 30.68 | - |
| YUV | 84.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 152 | 0 | 0.77 | 0.02 | 0.39 | 301.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 98 | 0 | 4D | 2 | 27 | 12E | 3F | 25 |
| Octal | 233 | 43 | 230 | 0 | 115 | 2 | 47 | 456 | 77 | 45 |
| Binary | 10011011 | 100011 | 10011000 | 0 | 1001101 | 10 | 100111 | 100101110 | 111111 | 100101 |
Color Harmonies of #9B2398
Complementary color
Monochromatic Colors of #9B2398
Black with #9B2398
Text Example
Text Example
White with #9B2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2398; }
p { color: rgb(155,35,152); }
H1.HeaderClassName
{
color: #9B2398;
}
.AnyTagClassName
{
color: #9B2398;
}
</style>
background-color css
<style>
a { background-color: #9B2398; }
a { background-color: rgb(155,35,152); }
div.DivClassName
{
background-color: #9B2398;
}
.BgClassName
{
background-color: #9B2398;
}
</style>
border-color css
<style>
span { border-color: #9B2398; }
span { border-color: rgb(155,35,152); }
td.TdClassName
{
border-color: #9B2398;
}
.TagClassName
{
border-color: #9B2398;
}
</style>