Shades of Vivid Violet #9F2D9B
Tints of Vivid Violet #9F2D9B
RGB
CMYK
RGB Variations
Color information
#9F2D9B (or 0x9F2D9B) is known color: Vivid Violet. HEX triplet: 9F, 2D and 9B. RGB value is (159,45,155). Sum of RGB (Red+Green+Blue) = 159+45+155=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D9B is #60D264. Grayscale: #5B5B5B. Windows color (decimal): -6345317 or 10169759. OLE color: 10169759.
HSL color Cylindrical-coordinate representation of color #9F2D9B: hue angle of 302.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D9B is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 155 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.38 |
| HSL | 302.11º | 0.56% | 0.4% | - |
| HSV(B) | 302.11º | 0.72% | 0.62% | - |
| XYZ | 21.15 | 11.61 | 32.14 | - |
| YUV | 91.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 155 | 0 | 0.72 | 0.03 | 0.38 | 302.11 | 0.56 | 0.4 |
| Hex | 9F | 2D | 9B | 0 | 48 | 3 | 26 | 12E | 38 | 28 |
| Octal | 237 | 55 | 233 | 0 | 110 | 3 | 46 | 456 | 70 | 50 |
| Binary | 10011111 | 101101 | 10011011 | 0 | 1001000 | 11 | 100110 | 100101110 | 111000 | 101000 |
Color Harmonies of #9F2D9B
Complementary color
Monochromatic Colors of #9F2D9B
Black with #9F2D9B
Text Example
Text Example
White with #9F2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D9B; }
p { color: rgb(159,45,155); }
H1.HeaderClassName
{
color: #9F2D9B;
}
.AnyTagClassName
{
color: #9F2D9B;
}
</style>
background-color css
<style>
a { background-color: #9F2D9B; }
a { background-color: rgb(159,45,155); }
div.DivClassName
{
background-color: #9F2D9B;
}
.BgClassName
{
background-color: #9F2D9B;
}
</style>
border-color css
<style>
span { border-color: #9F2D9B; }
span { border-color: rgb(159,45,155); }
td.TdClassName
{
border-color: #9F2D9B;
}
.TagClassName
{
border-color: #9F2D9B;
}
</style>