Shades of Vivid Violet #9B359D
Tints of Vivid Violet #9B359D
RGB
CMYK
RGB Variations
Color information
#9B359D (or 0x9B359D) is known color: Vivid Violet. HEX triplet: 9B, 35 and 9D. RGB value is (155,53,157). Sum of RGB (Red+Green+Blue) = 155+53+157=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B359D is #64CA62. Grayscale: #5F5F5F. Windows color (decimal): -6605411 or 10302875. OLE color: 10302875.
HSL color Cylindrical-coordinate representation of color #9B359D: hue angle of 298.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B359D is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 53 | 157 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.38 |
| HSL | 298.85º | 0.5% | 0.41% | - |
| HSV(B) | 298.85º | 0.66% | 0.62% | - |
| XYZ | 20.88 | 11.95 | 33.1 | - |
| YUV | 95.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 157 | 0.01 | 0.66 | 0 | 0.38 | 298.85 | 0.5 | 0.41 |
| Hex | 9B | 35 | 9D | 1 | 42 | 0 | 26 | 12B | 32 | 29 |
| Octal | 233 | 65 | 235 | 1 | 102 | 0 | 46 | 453 | 62 | 51 |
| Binary | 10011011 | 110101 | 10011101 | 1 | 1000010 | 0 | 100110 | 100101011 | 110010 | 101001 |
Color Harmonies of #9B359D
Complementary color
Monochromatic Colors of #9B359D
Black with #9B359D
Text Example
Text Example
White with #9B359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B359D; }
p { color: rgb(155,53,157); }
H1.HeaderClassName
{
color: #9B359D;
}
.AnyTagClassName
{
color: #9B359D;
}
</style>
background-color css
<style>
a { background-color: #9B359D; }
a { background-color: rgb(155,53,157); }
div.DivClassName
{
background-color: #9B359D;
}
.BgClassName
{
background-color: #9B359D;
}
</style>
border-color css
<style>
span { border-color: #9B359D; }
span { border-color: rgb(155,53,157); }
td.TdClassName
{
border-color: #9B359D;
}
.TagClassName
{
border-color: #9B359D;
}
</style>