Shades of Vivid Violet #9B309E
Tints of Vivid Violet #9B309E
RGB
CMYK
RGB Variations
Color information
#9B309E (or 0x9B309E) is known color: Vivid Violet. HEX triplet: 9B, 30 and 9E. RGB value is (155,48,158). Sum of RGB (Red+Green+Blue) = 155+48+158=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B309E is #64CF61. Grayscale: #5C5C5C. Windows color (decimal): -6606690 or 10367131. OLE color: 10367131.
HSL color Cylindrical-coordinate representation of color #9B309E: hue angle of 298.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B309E is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 48 | 158 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.38 |
| HSL | 298.36º | 0.53% | 0.4% | - |
| HSV(B) | 298.36º | 0.7% | 0.62% | - |
| XYZ | 20.75 | 11.55 | 33.48 | - |
| YUV | 92.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 158 | 0.02 | 0.70 | 0 | 0.38 | 298.36 | 0.53 | 0.4 |
| Hex | 9B | 30 | 9E | 2 | 46 | 0 | 26 | 12A | 35 | 28 |
| Octal | 233 | 60 | 236 | 2 | 106 | 0 | 46 | 452 | 65 | 50 |
| Binary | 10011011 | 110000 | 10011110 | 10 | 1000110 | 0 | 100110 | 100101010 | 110101 | 101000 |
Color Harmonies of #9B309E
Complementary color
Monochromatic Colors of #9B309E
Black with #9B309E
Text Example
Text Example
White with #9B309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B309E; }
p { color: rgb(155,48,158); }
H1.HeaderClassName
{
color: #9B309E;
}
.AnyTagClassName
{
color: #9B309E;
}
</style>
background-color css
<style>
a { background-color: #9B309E; }
a { background-color: rgb(155,48,158); }
div.DivClassName
{
background-color: #9B309E;
}
.BgClassName
{
background-color: #9B309E;
}
</style>
border-color css
<style>
span { border-color: #9B309E; }
span { border-color: rgb(155,48,158); }
td.TdClassName
{
border-color: #9B309E;
}
.TagClassName
{
border-color: #9B309E;
}
</style>