Shades of Vivid Violet #9B359C
Tints of Vivid Violet #9B359C
RGB
CMYK
RGB Variations
Color information
#9B359C (or 0x9B359C) is known color: Vivid Violet. HEX triplet: 9B, 35 and 9C. RGB value is (155,53,156). Sum of RGB (Red+Green+Blue) = 155+53+156=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B359C is #64CA63. Grayscale: #5E5E5E. Windows color (decimal): -6605412 or 10237339. OLE color: 10237339.
HSL color Cylindrical-coordinate representation of color #9B359C: hue angle of 299.42º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B359C is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 156 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.39 |
| HSL | 299.42º | 0.49% | 0.41% | - |
| HSV(B) | 299.42º | 0.66% | 0.61% | - |
| XYZ | 20.79 | 11.92 | 32.66 | - |
| YUV | 95.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 156 | 0.01 | 0.66 | 0 | 0.39 | 299.42 | 0.49 | 0.41 |
| Hex | 9B | 35 | 9C | 1 | 42 | 0 | 27 | 12B | 31 | 29 |
| Octal | 233 | 65 | 234 | 1 | 102 | 0 | 47 | 453 | 61 | 51 |
| Binary | 10011011 | 110101 | 10011100 | 1 | 1000010 | 0 | 100111 | 100101011 | 110001 | 101001 |
Color Harmonies of #9B359C
Complementary color
Monochromatic Colors of #9B359C
Black with #9B359C
Text Example
Text Example
White with #9B359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B359C; }
p { color: rgb(155,53,156); }
H1.HeaderClassName
{
color: #9B359C;
}
.AnyTagClassName
{
color: #9B359C;
}
</style>
background-color css
<style>
a { background-color: #9B359C; }
a { background-color: rgb(155,53,156); }
div.DivClassName
{
background-color: #9B359C;
}
.BgClassName
{
background-color: #9B359C;
}
</style>
border-color css
<style>
span { border-color: #9B359C; }
span { border-color: rgb(155,53,156); }
td.TdClassName
{
border-color: #9B359C;
}
.TagClassName
{
border-color: #9B359C;
}
</style>