Shades of Violet Blue #9F429A
Tints of Violet Blue #9F429A
RGB
CMYK
RGB Variations
Color information
#9F429A (or 0x9F429A) is known color: Violet Blue. HEX triplet: 9F, 42 and 9A. RGB value is (159,66,154). Sum of RGB (Red+Green+Blue) = 159+66+154=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F429A is #60BD65. Grayscale: #676767. Windows color (decimal): -6339942 or 10109599. OLE color: 10109599.
HSL color Cylindrical-coordinate representation of color #9F429A: hue angle of 303.23º 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 #9F429A is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 154 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.38 |
| HSL | 303.23º | 0.41% | 0.44% | - |
| HSV(B) | 303.23º | 0.58% | 0.62% | - |
| XYZ | 22.08 | 13.6 | 32.03 | - |
| YUV | 103.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 154 | 0 | 0.58 | 0.03 | 0.38 | 303.23 | 0.41 | 0.44 |
| Hex | 9F | 42 | 9A | 0 | 3A | 3 | 26 | 12F | 29 | 2C |
| Octal | 237 | 102 | 232 | 0 | 72 | 3 | 46 | 457 | 51 | 54 |
| Binary | 10011111 | 1000010 | 10011010 | 0 | 111010 | 11 | 100110 | 100101111 | 101001 | 101100 |
Color Harmonies of #9F429A
Complementary color
Monochromatic Colors of #9F429A
Black with #9F429A
Text Example
Text Example
White with #9F429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F429A; }
p { color: rgb(159,66,154); }
H1.HeaderClassName
{
color: #9F429A;
}
.AnyTagClassName
{
color: #9F429A;
}
</style>
background-color css
<style>
a { background-color: #9F429A; }
a { background-color: rgb(159,66,154); }
div.DivClassName
{
background-color: #9F429A;
}
.BgClassName
{
background-color: #9F429A;
}
</style>
border-color css
<style>
span { border-color: #9F429A; }
span { border-color: rgb(159,66,154); }
td.TdClassName
{
border-color: #9F429A;
}
.TagClassName
{
border-color: #9F429A;
}
</style>