Shades of Violet Blue #9F3A9E
Tints of Violet Blue #9F3A9E
RGB
CMYK
RGB Variations
Color information
#9F3A9E (or 0x9F3A9E) is known color: Violet Blue. HEX triplet: 9F, 3A and 9E. RGB value is (159,58,158). Sum of RGB (Red+Green+Blue) = 159+58+158=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A9E is #60C561. Grayscale: #636363. Windows color (decimal): -6341986 or 10369695. OLE color: 10369695.
HSL color Cylindrical-coordinate representation of color #9F3A9E: hue angle of 300.59º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A9E is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 158 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.38 |
| HSL | 300.59º | 0.47% | 0.43% | - |
| HSV(B) | 300.59º | 0.64% | 0.62% | - |
| XYZ | 21.98 | 12.87 | 33.67 | - |
| YUV | 99.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 158 | 0 | 0.64 | 0.01 | 0.38 | 300.59 | 0.47 | 0.43 |
| Hex | 9F | 3A | 9E | 0 | 40 | 1 | 26 | 12D | 2F | 2B |
| Octal | 237 | 72 | 236 | 0 | 100 | 1 | 46 | 455 | 57 | 53 |
| Binary | 10011111 | 111010 | 10011110 | 0 | 1000000 | 1 | 100110 | 100101101 | 101111 | 101011 |
Color Harmonies of #9F3A9E
Complementary color
Monochromatic Colors of #9F3A9E
Black with #9F3A9E
Text Example
Text Example
White with #9F3A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A9E; }
p { color: rgb(159,58,158); }
H1.HeaderClassName
{
color: #9F3A9E;
}
.AnyTagClassName
{
color: #9F3A9E;
}
</style>
background-color css
<style>
a { background-color: #9F3A9E; }
a { background-color: rgb(159,58,158); }
div.DivClassName
{
background-color: #9F3A9E;
}
.BgClassName
{
background-color: #9F3A9E;
}
</style>
border-color css
<style>
span { border-color: #9F3A9E; }
span { border-color: rgb(159,58,158); }
td.TdClassName
{
border-color: #9F3A9E;
}
.TagClassName
{
border-color: #9F3A9E;
}
</style>