Shades of Vivid Violet #9B339F
Tints of Vivid Violet #9B339F
RGB
CMYK
RGB Variations
Color information
#9B339F (or 0x9B339F) is known color: Vivid Violet. HEX triplet: 9B, 33 and 9F. RGB value is (155,51,159). Sum of RGB (Red+Green+Blue) = 155+51+159=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B339F is #64CC60. Grayscale: #5E5E5E. Windows color (decimal): -6605921 or 10433435. OLE color: 10433435.
HSL color Cylindrical-coordinate representation of color #9B339F: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B339F is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 51 | 159 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.38 |
| HSL | 297.78º | 0.51% | 0.41% | - |
| HSV(B) | 297.78º | 0.68% | 0.62% | - |
| XYZ | 20.96 | 11.84 | 33.98 | - |
| YUV | 94.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 159 | 0.03 | 0.68 | 0 | 0.38 | 297.78 | 0.51 | 0.41 |
| Hex | 9B | 33 | 9F | 3 | 44 | 0 | 26 | 12A | 33 | 29 |
| Octal | 233 | 63 | 237 | 3 | 104 | 0 | 46 | 452 | 63 | 51 |
| Binary | 10011011 | 110011 | 10011111 | 11 | 1000100 | 0 | 100110 | 100101010 | 110011 | 101001 |
Color Harmonies of #9B339F
Complementary color
Monochromatic Colors of #9B339F
Black with #9B339F
Text Example
Text Example
White with #9B339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B339F; }
p { color: rgb(155,51,159); }
H1.HeaderClassName
{
color: #9B339F;
}
.AnyTagClassName
{
color: #9B339F;
}
</style>
background-color css
<style>
a { background-color: #9B339F; }
a { background-color: rgb(155,51,159); }
div.DivClassName
{
background-color: #9B339F;
}
.BgClassName
{
background-color: #9B339F;
}
</style>
border-color css
<style>
span { border-color: #9B339F; }
span { border-color: rgb(155,51,159); }
td.TdClassName
{
border-color: #9B339F;
}
.TagClassName
{
border-color: #9B339F;
}
</style>