Shades of Violet Blue #9F428E
Tints of Violet Blue #9F428E
RGB
CMYK
RGB Variations
Color information
#9F428E (or 0x9F428E) is known color: Violet Blue. HEX triplet: 9F, 42 and 8E. RGB value is (159,66,142). Sum of RGB (Red+Green+Blue) = 159+66+142=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F428E is #60BD71. Grayscale: #666666. Windows color (decimal): -6339954 or 9323167. OLE color: 9323167.
HSL color Cylindrical-coordinate representation of color #9F428E: hue angle of 310.97º 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 #9F428E is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 142 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.38 |
| HSL | 310.97º | 0.41% | 0.44% | - |
| HSV(B) | 310.97º | 0.58% | 0.62% | - |
| XYZ | 21.13 | 13.22 | 27.03 | - |
| YUV | 102.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 142 | 0 | 0.58 | 0.11 | 0.38 | 310.97 | 0.41 | 0.44 |
| Hex | 9F | 42 | 8E | 0 | 3A | B | 26 | 137 | 29 | 2C |
| Octal | 237 | 102 | 216 | 0 | 72 | 13 | 46 | 467 | 51 | 54 |
| Binary | 10011111 | 1000010 | 10001110 | 0 | 111010 | 1011 | 100110 | 100110111 | 101001 | 101100 |
Color Harmonies of #9F428E
Complementary color
Monochromatic Colors of #9F428E
Black with #9F428E
Text Example
Text Example
White with #9F428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F428E; }
p { color: rgb(159,66,142); }
H1.HeaderClassName
{
color: #9F428E;
}
.AnyTagClassName
{
color: #9F428E;
}
</style>
background-color css
<style>
a { background-color: #9F428E; }
a { background-color: rgb(159,66,142); }
div.DivClassName
{
background-color: #9F428E;
}
.BgClassName
{
background-color: #9F428E;
}
</style>
border-color css
<style>
span { border-color: #9F428E; }
span { border-color: rgb(159,66,142); }
td.TdClassName
{
border-color: #9F428E;
}
.TagClassName
{
border-color: #9F428E;
}
</style>