Shades of Violet Blue #9F3C97
Tints of Violet Blue #9F3C97
RGB
CMYK
RGB Variations
Color information
#9F3C97 (or 0x9F3C97) is known color: Violet Blue. HEX triplet: 9F, 3C and 97. RGB value is (159,60,151). Sum of RGB (Red+Green+Blue) = 159+60+151=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3C97 is #60C368. Grayscale: #636363. Windows color (decimal): -6341481 or 9911455. OLE color: 9911455.
HSL color Cylindrical-coordinate representation of color #9F3C97: hue angle of 304.85º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F3C97 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 60 | 151 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.38 |
| HSL | 304.85º | 0.45% | 0.43% | - |
| HSV(B) | 304.85º | 0.62% | 0.62% | - |
| XYZ | 21.5 | 12.84 | 30.62 | - |
| YUV | 99.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 151 | 0 | 0.62 | 0.05 | 0.38 | 304.85 | 0.45 | 0.43 |
| Hex | 9F | 3C | 97 | 0 | 3E | 5 | 26 | 131 | 2D | 2B |
| Octal | 237 | 74 | 227 | 0 | 76 | 5 | 46 | 461 | 55 | 53 |
| Binary | 10011111 | 111100 | 10010111 | 0 | 111110 | 101 | 100110 | 100110001 | 101101 | 101011 |
Color Harmonies of #9F3C97
Complementary color
Monochromatic Colors of #9F3C97
Black with #9F3C97
Text Example
Text Example
White with #9F3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3C97; }
p { color: rgb(159,60,151); }
H1.HeaderClassName
{
color: #9F3C97;
}
.AnyTagClassName
{
color: #9F3C97;
}
</style>
background-color css
<style>
a { background-color: #9F3C97; }
a { background-color: rgb(159,60,151); }
div.DivClassName
{
background-color: #9F3C97;
}
.BgClassName
{
background-color: #9F3C97;
}
</style>
border-color css
<style>
span { border-color: #9F3C97; }
span { border-color: rgb(159,60,151); }
td.TdClassName
{
border-color: #9F3C97;
}
.TagClassName
{
border-color: #9F3C97;
}
</style>