Shades of Violet Blue #9F5A92
Tints of Violet Blue #9F5A92
RGB
CMYK
RGB Variations
Color information
#9F5A92 (or 0x9F5A92) is known color: Violet Blue. HEX triplet: 9F, 5A and 92. RGB value is (159,90,146). Sum of RGB (Red+Green+Blue) = 159+90+146=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A92 is #60A56D. Grayscale: #747474. Windows color (decimal): -6333806 or 9591455. OLE color: 9591455.
HSL color Cylindrical-coordinate representation of color #9F5A92: hue angle of 311.3º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A92 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 146 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.38 |
| HSL | 311.3º | 0.28% | 0.49% | - |
| HSV(B) | 311.3º | 0.43% | 0.62% | - |
| XYZ | 23.14 | 16.76 | 29.21 | - |
| YUV | 117.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 146 | 0 | 0.43 | 0.08 | 0.38 | 311.3 | 0.28 | 0.49 |
| Hex | 9F | 5A | 92 | 0 | 2B | 8 | 26 | 137 | 1C | 31 |
| Octal | 237 | 132 | 222 | 0 | 53 | 10 | 46 | 467 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10010010 | 0 | 101011 | 1000 | 100110 | 100110111 | 11100 | 110001 |
Color Harmonies of #9F5A92
Complementary color
Monochromatic Colors of #9F5A92
Black with #9F5A92
Text Example
Text Example
White with #9F5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A92; }
p { color: rgb(159,90,146); }
H1.HeaderClassName
{
color: #9F5A92;
}
.AnyTagClassName
{
color: #9F5A92;
}
</style>
background-color css
<style>
a { background-color: #9F5A92; }
a { background-color: rgb(159,90,146); }
div.DivClassName
{
background-color: #9F5A92;
}
.BgClassName
{
background-color: #9F5A92;
}
</style>
border-color css
<style>
span { border-color: #9F5A92; }
span { border-color: rgb(159,90,146); }
td.TdClassName
{
border-color: #9F5A92;
}
.TagClassName
{
border-color: #9F5A92;
}
</style>