Shades of Vivid Violet #9F399B
Tints of Vivid Violet #9F399B
RGB
CMYK
RGB Variations
Color information
#9F399B (or 0x9F399B) is known color: Vivid Violet. HEX triplet: 9F, 39 and 9B. RGB value is (159,57,155). Sum of RGB (Red+Green+Blue) = 159+57+155=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F399B is #60C664. Grayscale: #626262. Windows color (decimal): -6342245 or 10172831. OLE color: 10172831.
HSL color Cylindrical-coordinate representation of color #9F399B: hue angle of 302.35º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F399B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 155 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.38 |
| HSL | 302.35º | 0.47% | 0.42% | - |
| HSV(B) | 302.35º | 0.64% | 0.62% | - |
| XYZ | 21.68 | 12.66 | 32.31 | - |
| YUV | 98.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 155 | 0 | 0.64 | 0.03 | 0.38 | 302.35 | 0.47 | 0.42 |
| Hex | 9F | 39 | 9B | 0 | 40 | 3 | 26 | 12E | 2F | 2A |
| Octal | 237 | 71 | 233 | 0 | 100 | 3 | 46 | 456 | 57 | 52 |
| Binary | 10011111 | 111001 | 10011011 | 0 | 1000000 | 11 | 100110 | 100101110 | 101111 | 101010 |
Color Harmonies of #9F399B
Complementary color
Monochromatic Colors of #9F399B
Black with #9F399B
Text Example
Text Example
White with #9F399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F399B; }
p { color: rgb(159,57,155); }
H1.HeaderClassName
{
color: #9F399B;
}
.AnyTagClassName
{
color: #9F399B;
}
</style>
background-color css
<style>
a { background-color: #9F399B; }
a { background-color: rgb(159,57,155); }
div.DivClassName
{
background-color: #9F399B;
}
.BgClassName
{
background-color: #9F399B;
}
</style>
border-color css
<style>
span { border-color: #9F399B; }
span { border-color: rgb(159,57,155); }
td.TdClassName
{
border-color: #9F399B;
}
.TagClassName
{
border-color: #9F399B;
}
</style>