Shades of Violet Blue #9F439A
Tints of Violet Blue #9F439A
RGB
CMYK
RGB Variations
Color information
#9F439A (or 0x9F439A) is known color: Violet Blue. HEX triplet: 9F, 43 and 9A. RGB value is (159,67,154). Sum of RGB (Red+Green+Blue) = 159+67+154=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F439A is #60BC65. Grayscale: #686868. Windows color (decimal): -6339686 or 10109855. OLE color: 10109855.
HSL color Cylindrical-coordinate representation of color #9F439A: hue angle of 303.26º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F439A is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 154 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.38 |
| HSL | 303.26º | 0.41% | 0.44% | - |
| HSV(B) | 303.26º | 0.58% | 0.62% | - |
| XYZ | 22.14 | 13.72 | 32.05 | - |
| YUV | 104.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 154 | 0 | 0.58 | 0.03 | 0.38 | 303.26 | 0.41 | 0.44 |
| Hex | 9F | 43 | 9A | 0 | 3A | 3 | 26 | 12F | 29 | 2C |
| Octal | 237 | 103 | 232 | 0 | 72 | 3 | 46 | 457 | 51 | 54 |
| Binary | 10011111 | 1000011 | 10011010 | 0 | 111010 | 11 | 100110 | 100101111 | 101001 | 101100 |
Color Harmonies of #9F439A
Complementary color
Monochromatic Colors of #9F439A
Black with #9F439A
Text Example
Text Example
White with #9F439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F439A; }
p { color: rgb(159,67,154); }
H1.HeaderClassName
{
color: #9F439A;
}
.AnyTagClassName
{
color: #9F439A;
}
</style>
background-color css
<style>
a { background-color: #9F439A; }
a { background-color: rgb(159,67,154); }
div.DivClassName
{
background-color: #9F439A;
}
.BgClassName
{
background-color: #9F439A;
}
</style>
border-color css
<style>
span { border-color: #9F439A; }
span { border-color: rgb(159,67,154); }
td.TdClassName
{
border-color: #9F439A;
}
.TagClassName
{
border-color: #9F439A;
}
</style>