Shades of Vivid Violet #9F389A
Tints of Vivid Violet #9F389A
RGB
CMYK
RGB Variations
Color information
#9F389A (or 0x9F389A) is known color: Vivid Violet. HEX triplet: 9F, 38 and 9A. RGB value is (159,56,154). Sum of RGB (Red+Green+Blue) = 159+56+154=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F389A is #60C765. Grayscale: #616161. Windows color (decimal): -6342502 or 10107039. OLE color: 10107039.
HSL color Cylindrical-coordinate representation of color #9F389A: hue angle of 302.91º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F389A is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 154 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.38 |
| HSL | 302.91º | 0.48% | 0.42% | - |
| HSV(B) | 302.91º | 0.65% | 0.62% | - |
| XYZ | 21.54 | 12.53 | 31.86 | - |
| YUV | 97.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 154 | 0 | 0.65 | 0.03 | 0.38 | 302.91 | 0.48 | 0.42 |
| Hex | 9F | 38 | 9A | 0 | 41 | 3 | 26 | 12F | 30 | 2A |
| Octal | 237 | 70 | 232 | 0 | 101 | 3 | 46 | 457 | 60 | 52 |
| Binary | 10011111 | 111000 | 10011010 | 0 | 1000001 | 11 | 100110 | 100101111 | 110000 | 101010 |
Color Harmonies of #9F389A
Complementary color
Monochromatic Colors of #9F389A
Black with #9F389A
Text Example
Text Example
White with #9F389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F389A; }
p { color: rgb(159,56,154); }
H1.HeaderClassName
{
color: #9F389A;
}
.AnyTagClassName
{
color: #9F389A;
}
</style>
background-color css
<style>
a { background-color: #9F389A; }
a { background-color: rgb(159,56,154); }
div.DivClassName
{
background-color: #9F389A;
}
.BgClassName
{
background-color: #9F389A;
}
</style>
border-color css
<style>
span { border-color: #9F389A; }
span { border-color: rgb(159,56,154); }
td.TdClassName
{
border-color: #9F389A;
}
.TagClassName
{
border-color: #9F389A;
}
</style>