Shades of Violet Blue #9F3D97
Tints of Violet Blue #9F3D97
RGB
CMYK
RGB Variations
Color information
#9F3D97 (or 0x9F3D97) is known color: Violet Blue. HEX triplet: 9F, 3D and 97. RGB value is (159,61,151). Sum of RGB (Red+Green+Blue) = 159+61+151=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3D97 is #60C268. Grayscale: #646464. Windows color (decimal): -6341225 or 9911711. OLE color: 9911711.
HSL color Cylindrical-coordinate representation of color #9F3D97: hue angle of 304.9º 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 #9F3D97 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 61 | 151 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.38 |
| HSL | 304.9º | 0.45% | 0.43% | - |
| HSV(B) | 304.9º | 0.62% | 0.62% | - |
| XYZ | 21.55 | 12.94 | 30.64 | - |
| YUV | 100.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 151 | 0 | 0.62 | 0.05 | 0.38 | 304.9 | 0.45 | 0.43 |
| Hex | 9F | 3D | 97 | 0 | 3E | 5 | 26 | 131 | 2D | 2B |
| Octal | 237 | 75 | 227 | 0 | 76 | 5 | 46 | 461 | 55 | 53 |
| Binary | 10011111 | 111101 | 10010111 | 0 | 111110 | 101 | 100110 | 100110001 | 101101 | 101011 |
Color Harmonies of #9F3D97
Complementary color
Monochromatic Colors of #9F3D97
Black with #9F3D97
Text Example
Text Example
White with #9F3D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3D97; }
p { color: rgb(159,61,151); }
H1.HeaderClassName
{
color: #9F3D97;
}
.AnyTagClassName
{
color: #9F3D97;
}
</style>
background-color css
<style>
a { background-color: #9F3D97; }
a { background-color: rgb(159,61,151); }
div.DivClassName
{
background-color: #9F3D97;
}
.BgClassName
{
background-color: #9F3D97;
}
</style>
border-color css
<style>
span { border-color: #9F3D97; }
span { border-color: rgb(159,61,151); }
td.TdClassName
{
border-color: #9F3D97;
}
.TagClassName
{
border-color: #9F3D97;
}
</style>