Shades of Vivid Violet #9C289B
Tints of Vivid Violet #9C289B
RGB
CMYK
RGB Variations
Color information
#9C289B (or 0x9C289B) is known color: Vivid Violet. HEX triplet: 9C, 28 and 9B. RGB value is (156,40,155). Sum of RGB (Red+Green+Blue) = 156+40+155=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C289B is #63D764. Grayscale: #575757. Windows color (decimal): -6543205 or 10168476. OLE color: 10168476.
HSL color Cylindrical-coordinate representation of color #9C289B: hue angle of 300.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C289B is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 155 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.39 |
| HSL | 300.52º | 0.59% | 0.38% | - |
| HSV(B) | 300.52º | 0.74% | 0.61% | - |
| XYZ | 20.39 | 10.95 | 32.05 | - |
| YUV | 87.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 155 | 0 | 0.74 | 0.01 | 0.39 | 300.52 | 0.59 | 0.38 |
| Hex | 9C | 28 | 9B | 0 | 4A | 1 | 27 | 12D | 3B | 26 |
| Octal | 234 | 50 | 233 | 0 | 112 | 1 | 47 | 455 | 73 | 46 |
| Binary | 10011100 | 101000 | 10011011 | 0 | 1001010 | 1 | 100111 | 100101101 | 111011 | 100110 |
Color Harmonies of #9C289B
Complementary color
Monochromatic Colors of #9C289B
Black with #9C289B
Text Example
Text Example
White with #9C289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C289B; }
p { color: rgb(156,40,155); }
H1.HeaderClassName
{
color: #9C289B;
}
.AnyTagClassName
{
color: #9C289B;
}
</style>
background-color css
<style>
a { background-color: #9C289B; }
a { background-color: rgb(156,40,155); }
div.DivClassName
{
background-color: #9C289B;
}
.BgClassName
{
background-color: #9C289B;
}
</style>
border-color css
<style>
span { border-color: #9C289B; }
span { border-color: rgb(156,40,155); }
td.TdClassName
{
border-color: #9C289B;
}
.TagClassName
{
border-color: #9C289B;
}
</style>