Shades of Vivid Violet #9F3698
Tints of Vivid Violet #9F3698
RGB
CMYK
RGB Variations
Color information
#9F3698 (or 0x9F3698) is known color: Vivid Violet. HEX triplet: 9F, 36 and 98. RGB value is (159,54,152). Sum of RGB (Red+Green+Blue) = 159+54+152=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3698 is #60C967. Grayscale: #606060. Windows color (decimal): -6343016 or 9975455. OLE color: 9975455.
HSL color Cylindrical-coordinate representation of color #9F3698: hue angle of 304º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3698 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 152 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.38 |
| HSL | 304º | 0.49% | 0.42% | - |
| HSV(B) | 304º | 0.66% | 0.62% | - |
| XYZ | 21.28 | 12.28 | 30.95 | - |
| YUV | 96.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 152 | 0 | 0.66 | 0.04 | 0.38 | 304 | 0.49 | 0.42 |
| Hex | 9F | 36 | 98 | 0 | 42 | 4 | 26 | 130 | 31 | 2A |
| Octal | 237 | 66 | 230 | 0 | 102 | 4 | 46 | 460 | 61 | 52 |
| Binary | 10011111 | 110110 | 10011000 | 0 | 1000010 | 100 | 100110 | 100110000 | 110001 | 101010 |
Color Harmonies of #9F3698
Complementary color
Monochromatic Colors of #9F3698
Black with #9F3698
Text Example
Text Example
White with #9F3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3698; }
p { color: rgb(159,54,152); }
H1.HeaderClassName
{
color: #9F3698;
}
.AnyTagClassName
{
color: #9F3698;
}
</style>
background-color css
<style>
a { background-color: #9F3698; }
a { background-color: rgb(159,54,152); }
div.DivClassName
{
background-color: #9F3698;
}
.BgClassName
{
background-color: #9F3698;
}
</style>
border-color css
<style>
span { border-color: #9F3698; }
span { border-color: rgb(159,54,152); }
td.TdClassName
{
border-color: #9F3698;
}
.TagClassName
{
border-color: #9F3698;
}
</style>