Shades of Violet Blue #9F76A4
Tints of Violet Blue #9F76A4
RGB
CMYK
RGB Variations
Color information
#9F76A4 (or 0x9F76A4) is known color: Violet Blue. HEX triplet: 9F, 76 and A4. RGB value is (159,118,164). Sum of RGB (Red+Green+Blue) = 159+118+164=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F76A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F76A4 is #60895B. Grayscale: #878787. Windows color (decimal): -6326620 or 10778271. OLE color: 10778271.
HSL color Cylindrical-coordinate representation of color #9F76A4: hue angle of 293.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F76A4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 118 | 164 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.36 |
| HSL | 293.48º | 0.2% | 0.55% | - |
| HSV(B) | 293.48º | 0.28% | 0.64% | - |
| XYZ | 27.48 | 23.01 | 38.11 | - |
| YUV | 135.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 164 | 0.03 | 0.28 | 0 | 0.36 | 293.48 | 0.2 | 0.55 |
| Hex | 9F | 76 | A4 | 3 | 1C | 0 | 24 | 125 | 14 | 37 |
| Octal | 237 | 166 | 244 | 3 | 34 | 0 | 44 | 445 | 24 | 67 |
| Binary | 10011111 | 1110110 | 10100100 | 11 | 11100 | 0 | 100100 | 100100101 | 10100 | 110111 |
Color Harmonies of #9F76A4
Complementary color
Monochromatic Colors of #9F76A4
Black with #9F76A4
Text Example
Text Example
White with #9F76A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76A4; }
p { color: rgb(159,118,164); }
H1.HeaderClassName
{
color: #9F76A4;
}
.AnyTagClassName
{
color: #9F76A4;
}
</style>
background-color css
<style>
a { background-color: #9F76A4; }
a { background-color: rgb(159,118,164); }
div.DivClassName
{
background-color: #9F76A4;
}
.BgClassName
{
background-color: #9F76A4;
}
</style>
border-color css
<style>
span { border-color: #9F76A4; }
span { border-color: rgb(159,118,164); }
td.TdClassName
{
border-color: #9F76A4;
}
.TagClassName
{
border-color: #9F76A4;
}
</style>