Shades of Violet Blue #9F3A94
Tints of Violet Blue #9F3A94
RGB
CMYK
RGB Variations
Color information
#9F3A94 (or 0x9F3A94) is known color: Violet Blue. HEX triplet: 9F, 3A and 94. RGB value is (159,58,148). Sum of RGB (Red+Green+Blue) = 159+58+148=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A94 is #60C56B. Grayscale: #626262. Windows color (decimal): -6341996 or 9714335. OLE color: 9714335.
HSL color Cylindrical-coordinate representation of color #9F3A94: hue angle of 306.53º 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 #9F3A94 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 148 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.38 |
| HSL | 306.53º | 0.47% | 0.43% | - |
| HSV(B) | 306.53º | 0.64% | 0.62% | - |
| XYZ | 21.16 | 12.54 | 29.32 | - |
| YUV | 98.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 148 | 0 | 0.64 | 0.07 | 0.38 | 306.53 | 0.47 | 0.43 |
| Hex | 9F | 3A | 94 | 0 | 40 | 7 | 26 | 133 | 2F | 2B |
| Octal | 237 | 72 | 224 | 0 | 100 | 7 | 46 | 463 | 57 | 53 |
| Binary | 10011111 | 111010 | 10010100 | 0 | 1000000 | 111 | 100110 | 100110011 | 101111 | 101011 |
Color Harmonies of #9F3A94
Complementary color
Monochromatic Colors of #9F3A94
Black with #9F3A94
Text Example
Text Example
White with #9F3A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A94; }
p { color: rgb(159,58,148); }
H1.HeaderClassName
{
color: #9F3A94;
}
.AnyTagClassName
{
color: #9F3A94;
}
</style>
background-color css
<style>
a { background-color: #9F3A94; }
a { background-color: rgb(159,58,148); }
div.DivClassName
{
background-color: #9F3A94;
}
.BgClassName
{
background-color: #9F3A94;
}
</style>
border-color css
<style>
span { border-color: #9F3A94; }
span { border-color: rgb(159,58,148); }
td.TdClassName
{
border-color: #9F3A94;
}
.TagClassName
{
border-color: #9F3A94;
}
</style>