Shades of Vivid Violet #9B2D93
Tints of Vivid Violet #9B2D93
RGB
CMYK
RGB Variations
Color information
#9B2D93 (or 0x9B2D93) is known color: Vivid Violet. HEX triplet: 9B, 2D and 93. RGB value is (155,45,147). Sum of RGB (Red+Green+Blue) = 155+45+147=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D93 is #64D26C. Grayscale: #595959. Windows color (decimal): -6607469 or 9645467. OLE color: 9645467.
HSL color Cylindrical-coordinate representation of color #9B2D93: hue angle of 304.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D93 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 147 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.39 |
| HSL | 304.36º | 0.55% | 0.39% | - |
| HSV(B) | 304.36º | 0.71% | 0.61% | - |
| XYZ | 19.72 | 10.95 | 28.68 | - |
| YUV | 89.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 147 | 0 | 0.71 | 0.05 | 0.39 | 304.36 | 0.55 | 0.39 |
| Hex | 9B | 2D | 93 | 0 | 47 | 5 | 27 | 130 | 37 | 27 |
| Octal | 233 | 55 | 223 | 0 | 107 | 5 | 47 | 460 | 67 | 47 |
| Binary | 10011011 | 101101 | 10010011 | 0 | 1000111 | 101 | 100111 | 100110000 | 110111 | 100111 |
Color Harmonies of #9B2D93
Complementary color
Monochromatic Colors of #9B2D93
Black with #9B2D93
Text Example
Text Example
White with #9B2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D93; }
p { color: rgb(155,45,147); }
H1.HeaderClassName
{
color: #9B2D93;
}
.AnyTagClassName
{
color: #9B2D93;
}
</style>
background-color css
<style>
a { background-color: #9B2D93; }
a { background-color: rgb(155,45,147); }
div.DivClassName
{
background-color: #9B2D93;
}
.BgClassName
{
background-color: #9B2D93;
}
</style>
border-color css
<style>
span { border-color: #9B2D93; }
span { border-color: rgb(155,45,147); }
td.TdClassName
{
border-color: #9B2D93;
}
.TagClassName
{
border-color: #9B2D93;
}
</style>