Shades of Vivid Violet #9B259F
Tints of Vivid Violet #9B259F
RGB
CMYK
RGB Variations
Color information
#9B259F (or 0x9B259F) is known color: Vivid Violet. HEX triplet: 9B, 25 and 9F. RGB value is (155,37,159). Sum of RGB (Red+Green+Blue) = 155+37+159=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B259F is #64DA60. Grayscale: #555555. Windows color (decimal): -6609505 or 10429851. OLE color: 10429851.
HSL color Cylindrical-coordinate representation of color #9B259F: hue angle of 298.03º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B259F is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 37 | 159 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 298.03º | 0.62% | 0.38% | - |
| HSV(B) | 298.03º | 0.77% | 0.62% | - |
| XYZ | 20.44 | 10.79 | 33.81 | - |
| YUV | 86.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 159 | 0.03 | 0.77 | 0 | 0.38 | 298.03 | 0.62 | 0.38 |
| Hex | 9B | 25 | 9F | 3 | 4D | 0 | 26 | 12A | 3E | 26 |
| Octal | 233 | 45 | 237 | 3 | 115 | 0 | 46 | 452 | 76 | 46 |
| Binary | 10011011 | 100101 | 10011111 | 11 | 1001101 | 0 | 100110 | 100101010 | 111110 | 100110 |
Color Harmonies of #9B259F
Complementary color
Monochromatic Colors of #9B259F
Black with #9B259F
Text Example
Text Example
White with #9B259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B259F; }
p { color: rgb(155,37,159); }
H1.HeaderClassName
{
color: #9B259F;
}
.AnyTagClassName
{
color: #9B259F;
}
</style>
background-color css
<style>
a { background-color: #9B259F; }
a { background-color: rgb(155,37,159); }
div.DivClassName
{
background-color: #9B259F;
}
.BgClassName
{
background-color: #9B259F;
}
</style>
border-color css
<style>
span { border-color: #9B259F; }
span { border-color: rgb(155,37,159); }
td.TdClassName
{
border-color: #9B259F;
}
.TagClassName
{
border-color: #9B259F;
}
</style>