Shades of Violet Blue #9F4A93
Tints of Violet Blue #9F4A93
RGB
CMYK
RGB Variations
Color information
#9F4A93 (or 0x9F4A93) is known color: Violet Blue. HEX triplet: 9F, 4A and 93. RGB value is (159,74,147). Sum of RGB (Red+Green+Blue) = 159+74+147=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A93 is #60B56C. Grayscale: #6B6B6B. Windows color (decimal): -6337901 or 9652895. OLE color: 9652895.
HSL color Cylindrical-coordinate representation of color #9F4A93: hue angle of 308.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A93 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 147 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.38 |
| HSL | 308.47º | 0.36% | 0.46% | - |
| HSV(B) | 308.47º | 0.53% | 0.62% | - |
| XYZ | 22.01 | 14.38 | 29.22 | - |
| YUV | 107.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 147 | 0 | 0.53 | 0.08 | 0.38 | 308.47 | 0.36 | 0.46 |
| Hex | 9F | 4A | 93 | 0 | 35 | 8 | 26 | 134 | 24 | 2E |
| Octal | 237 | 112 | 223 | 0 | 65 | 10 | 46 | 464 | 44 | 56 |
| Binary | 10011111 | 1001010 | 10010011 | 0 | 110101 | 1000 | 100110 | 100110100 | 100100 | 101110 |
Color Harmonies of #9F4A93
Complementary color
Monochromatic Colors of #9F4A93
Black with #9F4A93
Text Example
Text Example
White with #9F4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A93; }
p { color: rgb(159,74,147); }
H1.HeaderClassName
{
color: #9F4A93;
}
.AnyTagClassName
{
color: #9F4A93;
}
</style>
background-color css
<style>
a { background-color: #9F4A93; }
a { background-color: rgb(159,74,147); }
div.DivClassName
{
background-color: #9F4A93;
}
.BgClassName
{
background-color: #9F4A93;
}
</style>
border-color css
<style>
span { border-color: #9F4A93; }
span { border-color: rgb(159,74,147); }
td.TdClassName
{
border-color: #9F4A93;
}
.TagClassName
{
border-color: #9F4A93;
}
</style>