Shades of Vivid Violet #9F3498
Tints of Vivid Violet #9F3498
RGB
CMYK
RGB Variations
Color information
#9F3498 (or 0x9F3498) is known color: Vivid Violet. HEX triplet: 9F, 34 and 98. RGB value is (159,52,152). Sum of RGB (Red+Green+Blue) = 159+52+152=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3498 is #60CB67. Grayscale: #5F5F5F. Windows color (decimal): -6343528 or 9974943. OLE color: 9974943.
HSL color Cylindrical-coordinate representation of color #9F3498: hue angle of 303.93º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3498 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 152 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.38 |
| HSL | 303.93º | 0.51% | 0.41% | - |
| HSV(B) | 303.93º | 0.67% | 0.62% | - |
| XYZ | 21.19 | 12.09 | 30.92 | - |
| YUV | 95.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 152 | 0 | 0.67 | 0.04 | 0.38 | 303.93 | 0.51 | 0.41 |
| Hex | 9F | 34 | 98 | 0 | 43 | 4 | 26 | 130 | 33 | 29 |
| Octal | 237 | 64 | 230 | 0 | 103 | 4 | 46 | 460 | 63 | 51 |
| Binary | 10011111 | 110100 | 10011000 | 0 | 1000011 | 100 | 100110 | 100110000 | 110011 | 101001 |
Color Harmonies of #9F3498
Complementary color
Monochromatic Colors of #9F3498
Black with #9F3498
Text Example
Text Example
White with #9F3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3498; }
p { color: rgb(159,52,152); }
H1.HeaderClassName
{
color: #9F3498;
}
.AnyTagClassName
{
color: #9F3498;
}
</style>
background-color css
<style>
a { background-color: #9F3498; }
a { background-color: rgb(159,52,152); }
div.DivClassName
{
background-color: #9F3498;
}
.BgClassName
{
background-color: #9F3498;
}
</style>
border-color css
<style>
span { border-color: #9F3498; }
span { border-color: rgb(159,52,152); }
td.TdClassName
{
border-color: #9F3498;
}
.TagClassName
{
border-color: #9F3498;
}
</style>